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

What is Unicode character 𪟓?

The Unicode character 𪟓 U+2A7D3 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+2A7D3.

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!