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

What is Unicode character 𪦺?

The Unicode character 𪦺 U+2A9BA 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+2A9BA.

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!