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

What is Unicode character 𪟙?

The Unicode character 𪟙 U+2A7D9 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+2A7D9.

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!