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

What is Unicode character 𬟂?

The Unicode character 𬟂 U+2C7C2 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+2C7C2.

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!