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

What is Unicode character 𪰬?

The Unicode character 𪰬 U+2AC2C 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+2AC2C.

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!