Css Styling

Size
𨬑
15px
𨬑
18px
𨬑
21px
𨬑
24px
𨬑
27px
𨬑
30px
𨬑
33px
𨬑
36px
𨬑
42px
𨬑
48px
𨬑
54px
𨬑
60px
𨬑
66px
𨬑
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
𨬑
Bold
𨬑
Italic
𨬑
Underline
𨬑
Strikethrough
𨬑
UpperCase
𨬑
LowerCase
𨬑
Oblique
A 𨬑
Subscript
A 𨬑
Superscript
𨬑
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
𨬑
Arial
𨬑
Times New Roman
𨬑
Verdana
𨬑
Courier New
𨬑
Garamond
𨬑
Georgia
𨬑
Trebuchet MS
𨬑
Tahoma
𨬑
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
𨬑
White
𨬑
Brown
𨬑
Maroon
𨬑
Magenta
𨬑
Red
𨬑
Orange
𨬑
Yellow
𨬑
Green
𨬑
Teal
𨬑
Cyan
𨬑
Blue
𨬑
Violet
𨬑
Purple
𨬑
Indigo
𨬑
Gray
𨬑
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
𨬑
White
𨬑
Brown
𨬑
Maroon
𨬑
Magenta
𨬑
Red
𨬑
Orange
𨬑
Yellow
𨬑
Green
𨬑
Teal
𨬑
Cyan
𨬑
Blue
𨬑
Violet
𨬑
Purple
𨬑
Indigo
𨬑
Gray
𨬑
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Code Snippets

Lang Example Copy
HTML <p>&#166673;</p>
📋
CSS .selector { content: '\28B11' };
📋
JS var unicodeA = '\u28B11 ';
📋
CPP char unicodeA = ' \u28B11 ';
📋
Java char unicodeA = '\u28B11';
📋
Python unicodeA = '\u28B11'
📋

What is Unicode character 𨬑?

The Unicode character 𨬑 U+28B11 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B block.

What does the Unicode character 𨬑 represent?

The Unicode character 𨬑 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𨬑?

The Unicode code point for 𨬑 is U+28B11.

Is the appearance of the 𨬑 character consistent across all platforms?

The appearance of the 𨬑 character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Cjk Unified Ideograph- remains consistent.

How can I ensure the 𨬑 character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Han script to correctly render the 𨬑 character.

In which version was Unicode character 𨬑 released, and to which block of characters does it belong?

Unicode character 𨬑 was first introduced in Unicode Version 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!