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

What is Unicode character 𬇬?

The Unicode character 𬇬 U+2C1EC 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+2C1EC.

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!