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

What is Unicode character 𪟕?

The Unicode character 𪟕 U+2A7D5 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+2A7D5.

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!