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

What is Unicode character 𬇝?

The Unicode character 𬇝 U+2C1DD 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+2C1DD.

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!