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

What is Unicode character 𮆟?

The Unicode character 𮆟 U+2E19F 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+2E19F.

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!