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

What is Unicode character 𮦕?

The Unicode character 𮦕 U+2E995 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+2E995.

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!