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

What is Unicode character 𬹑?

The Unicode character 𬹑 U+2CE51 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+2CE51.

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!