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

What is Unicode character 𬈖?

The Unicode character 𬈖 U+2C216 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+2C216.

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!