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

What is Unicode character 𪰍?

The Unicode character 𪰍 U+2AC0D 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+2AC0D.

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!