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

What is Unicode character 𬟡?

The Unicode character 𬟡 U+2C7E1 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+2C7E1.

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!