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>&#176172;</p>
📋
CSS .selector { content: '\2B02C' };
📋
JS var unicodeA = '\u2B02C ';
📋
CPP char unicodeA = ' \u2B02C ';
📋
Java char unicodeA = '\u2B02C';
📋
Python unicodeA = '\u2B02C'
📋

What is Unicode character 𫀬?

The Unicode character 𫀬 U+2B02C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B02C.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!