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>&#166188;</p>
📋
CSS .selector { content: '\2892C' };
📋
JS var unicodeA = '\u2892C ';
📋
CPP char unicodeA = ' \u2892C ';
📋
Java char unicodeA = '\u2892C';
📋
Python unicodeA = '\u2892C'
📋

What is Unicode character 𨤬?

The Unicode character 𨤬 U+2892C 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+2892C.

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!