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

What is Unicode character 𬟝?

The Unicode character 𬟝 U+2C7DD is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C7DD.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!