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

What is Unicode character 𬟫?

The Unicode character 𬟫 U+2C7EB 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+2C7EB.

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!