The Font
Font used is Museo, 300, 500 and 700
The dot ·
Curious about the middle dot character · between “kooma” and “looma” words?
It’s Unicode Character ‘MIDDLE DOT’ (U+00B7)
Here is how to encode it:
Encodings | |
---|---|
How to type in Microsoft Windows | Alt 0183 Alt 250 Alt +B7 |
HTML Entity (decimal) | · |
HTML Entity (hex) | · |
HTML Entity (named) | · |
UTF-8 (hex) | 0xC2 0xB7 (c2b7) |
UTF-8 (binary) | 11000010:10110111 |
UTF-16 (hex) | 0x00B7 (00b7) |
UTF-16 (decimal) | 183 |
UTF-32 (hex) | 0x000000B7 (b7) |
UTF-32 (decimal) | 183 |
C/C++/Java source code | “\u00B7” |
Python source code | u”\u00B7″ |