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

What is Unicode character 𪊺?

The Unicode character 𪊺 U+2A2BA 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+2A2BA.

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!