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

What is Unicode character 𪰕?

The Unicode character 𪰕 U+2AC15 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+2AC15.

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!