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

What is Unicode character 𪟝?

The Unicode character 𪟝 U+2A7DD 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+2A7DD.

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!