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

What is Unicode character 𪨏?

The Unicode character 𪨏 U+2AA0F 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+2AA0F.

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!