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

What is Unicode character 𪟑?

The Unicode character 𪟑 U+2A7D1 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+2A7D1.

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!