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

What is Unicode character 𪰝?

The Unicode character 𪰝 U+2AC1D 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+2AC1D.

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!