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

What is Unicode character 𪟚?

The Unicode character 𪟚 U+2A7DA 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+2A7DA.

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!