Uppercase B
B
UNICODE
U+00042HEX CODE
BHTML CODE
BHTML ENTITY
—CSS CODE
\0042 // html example
<span>B</span> // css example
span {
content: "\0042";
} B
U+00042BB—\0042 // html example
<span>B</span> // css example
span {
content: "\0042";
}