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

What is Unicode character 𬇦?

The Unicode character 𬇦 U+2C1E6 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+2C1E6.

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!