BRAILLE PATTERN BLANK (⠀)
⠀
Copy Character
Unicode Block
Braille PatternsUnicode Code
U+2800
Codepoint
10240
Notes
while this character is imaged as a fixed-width blank in many fonts, it does not act as a space
Character Encoding
UTF-8
0xE20xA00x80
UTF-16
0x2800
UTF-32
0x00002800
Copy & Paste Codes
Unicode Escape
\u{2800}
HTML Entity (Decimal)
⠀
HTML Entity (Hex)
⠀
CSS Code
\2800
JavaScript/JSON
String.fromCodePoint(0x2800)
Python
chr(0x2800)
Ruby/PHP
chr(0x2800)
Unix, C, PHP, JAVA
0x2800
Perl
chr(0x2800)
URL Encoded
%2800