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

What is Unicode character 𫀢?

The Unicode character 𫀢 U+2B022 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+2B022.

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!