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

What is Unicode character 𬟐?

The Unicode character 𬟐 U+2C7D0 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+2C7D0.

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!