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

What is Unicode character 𪾟?

The Unicode character 𪾟 U+2AF9F 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+2AF9F.

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!