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

What is Unicode character 𪣎?

The Unicode character 𪣎 U+2A8CE 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+2A8CE.

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!