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

What is Unicode character 𮦖?

The Unicode character 𮦖 U+2E996 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+2E996.

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!