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

What is Unicode character 𪟩?

The Unicode character 𪟩 U+2A7E9 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+2A7E9.

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!