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

What is Unicode character 𬇟?

The Unicode character 𬇟 U+2C1DF 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+2C1DF.

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!