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

What is Unicode character 𪨟?

The Unicode character 𪨟 U+2AA1F 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+2AA1F.

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!