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

What is Unicode character 𪟧?

The Unicode character 𪟧 U+2A7E7 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+2A7E7.

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!