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

What is Unicode character 𬈔?

The Unicode character 𬈔 U+2C214 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+2C214.

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!