HYPHENATION POINT (‧)
‧
Copy Character
Unicode Block
General PunctuationUnicode Code
U+2027
Codepoint
8231
Notes
visible symbol used to indicate correct positions for word breaking, as in dic·tion·ar·ies
Character Encoding
UTF-8
0xE20x800xA7
UTF-16
0x2027
UTF-32
0x00002027
Copy & Paste Codes
Unicode Escape
\u{2027}
HTML Entity (Decimal)
‧
HTML Entity (Hex)
‧
CSS Code
\2027
JavaScript/JSON
String.fromCodePoint(0x2027)
Python
chr(0x2027)
Ruby/PHP
chr(0x2027)
Unix, C, PHP, JAVA
0x2027
Perl
chr(0x2027)
URL Encoded
%2027