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

What is Unicode character 𬺑?

The Unicode character 𬺑 U+2CE91 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+2CE91.

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!