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

What is Unicode character 𬇍?

The Unicode character 𬇍 U+2C1CD 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+2C1CD.

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!