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

What is Unicode character 𮖟?

The Unicode character 𮖟 U+2E59F 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+2E59F.

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!