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

What is Unicode character 𬹟?

The Unicode character 𬹟 U+2CE5F 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+2CE5F.

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!