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

What is Unicode character 𪟨?

The Unicode character 𪟨 U+2A7E8 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+2A7E8.

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!