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

What is Unicode character 𪲎?

The Unicode character 𪲎 U+2AC8E 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+2AC8E.

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!