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

What is Unicode character 𪼟?

The Unicode character 𪼟 U+2AF1F 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+2AF1F.

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!