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

What is Unicode character 𪰟?

The Unicode character 𪰟 U+2AC1F 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+2AC1F.

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!