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

What is Unicode character 𪟈?

The Unicode character 𪟈 U+2A7C8 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+2A7C8.

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!