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

What is Unicode character 𪟢?

The Unicode character 𪟢 U+2A7E2 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+2A7E2.

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!