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

What is Unicode character 𬟓?

The Unicode character 𬟓 U+2C7D3 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+2C7D3.

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!