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

What is Unicode character 𪟘?

The Unicode character 𪟘 U+2A7D8 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+2A7D8.

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!