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

What is Unicode character 𪢬?

The Unicode character 𪢬 U+2A8AC 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+2A8AC.

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!