B_UTF8_BULLET
uint32 charLen = UTF8CountBytes(B_UTF8_BULLET, 1);
memcpy(scratchPtr, B_UTF8_BULLET, charLen);
const uint32 bulletCharLen = UTF8CountBytes(B_UTF8_BULLET, 1);
memcpy(scratchPtr, B_UTF8_BULLET, bulletCharLen);