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

What is Unicode character 𮕟?

The Unicode character 𮕟 U+2E55F 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+2E55F.

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!