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

What is Unicode character 𮢕?

The Unicode character 𮢕 U+2E895 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+2E895.

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!