(First of all, I'm sorry, but this is not a programming question, but I'm not sure who else would know or care.)
There are unicode symbols for floor and ceiling:
U+2308: ⌈
U+2309: ⌉
U+230A: ⌊
U+230B: ⌋
On Mac OS X, these code points exists, but are incorrect in some of the fonts. Specifically, they are not always narrow and tall, but square (not sure what the case is for other operating systems). Here's a screenshot of some of the standard OS X fonts with their version of one of these symbols:

When using a font that doesn't support these characters, OS X seems to fall back to Heiti TC, which renders them incorrectly. To support my claim of incorrectness is the following quote from Unicode 6.2.0:
The floor and ceiling symbols encoded at U+2308..U+230B are tall, narrow mathematical delimiters. These symbols should not be confused with the CJK corner brackets at U+300C and U+300D, which are wide characters used as quotation marks in East Asian text. They should also be distinguished from the half brackets at U+2E22..U+2E25, which are the most generally used editorial marks shaped like corner brackets.
There are ways around this, but pragmatism aside: Is there a way I can fix this for the next generation? Is there a way to report bugs on fonts that will result in a change? A search for Heiti TC turns up many more complaints, but apparently people aren't getting heard.