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

What is Unicode character 𫨡?

The Unicode character 𫨡 U+2BA21 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+2BA21.

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!