HORIZONTAL ELLIPSIS (…)
…
Copy Character
Unicode Block
General PunctuationUnicode Code
U+2026
Codepoint
8230
Aliases
three dot leader
Notes
# 002E 002E 002E
Character Encoding
UTF-8
0xE20x800xA6
UTF-16
0x2026
UTF-32
0x00002026
Copy & Paste Codes
Unicode Escape
\u{2026}
HTML Entity (Decimal)
…
HTML Entity (Hex)
…
CSS Code
\2026
JavaScript/JSON
String.fromCodePoint(0x2026)
Python
chr(0x2026)
Ruby/PHP
chr(0x2026)
Unix, C, PHP, JAVA
0x2026
Perl
chr(0x2026)
URL Encoded
%2026