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

What is Unicode character 𪟔?

The Unicode character 𪟔 U+2A7D4 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+2A7D4.

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!