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

What is Unicode character 𮦟?

The Unicode character 𮦟 U+2E99F 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+2E99F.

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!