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

What is Unicode character 𪦲?

The Unicode character 𪦲 U+2A9B2 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+2A9B2.

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!