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

What is Unicode character 𪟗?

The Unicode character 𪟗 U+2A7D7 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+2A7D7.

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!