C++ UNICODE character number for (▄) Lower Half Block symbol
The unicode character number for (▄) Lower Half Block symbol in C++ is "\u2584".
Code
"\u2584"
"\u2584"
Symbol
▄
▄
How to use C++ unicode number for (▄) Lower Half Block symbol?
To use (▄) Lower Half Block symbol code in C ++ language, just place the unicode character number. Compiler or processing engine is going to render it.
Example
"\u2584"
If we save above code in a code page and run it, then it will produce following output.
"\u2584"
Equivalent character code of Lower Half Block symbol
Unicode | U+2584 |
---|---|
HTML Hex Code | ▄ |
C programming | "\u2584" |
C++ programming | "\u2584" |
Java programming | "\u2584" |
Javascript | "\u2584" |
Perl | \x{2584} |
Python | \u2584 |
Ruby | \u{2584} |
HTML Code | ▄ |
URL Escape Code for Lower Half Block symbol
The url escape code for Lower Half Block symbol is %E2%96%84