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

What is Unicode character 𪦬?

The Unicode character 𪦬 U+2A9AC 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+2A9AC.

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!