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

What is Unicode character 𬟭?

The Unicode character 𬟭 U+2C7ED 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+2C7ED.

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!