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

What is Unicode character 𮢖?

The Unicode character 𮢖 U+2E896 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+2E896.

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!