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

What is Unicode character 𬇎?

The Unicode character 𬇎 U+2C1CE 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+2C1CE.

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!