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

What is Unicode character 𬹡?

The Unicode character 𬹡 U+2CE61 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+2CE61.

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!