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

What is Unicode character 𬟊?

The Unicode character 𬟊 U+2C7CA 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+2C7CA.

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!