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

What is Unicode character 𫨢?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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