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

What is Unicode character 𮡟?

The Unicode character 𮡟 U+2E85F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2E85F.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!