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

What is Unicode character 𪦹?

The Unicode character 𪦹 U+2A9B9 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+2A9B9.

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!