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

What is Unicode character 𮮝?

The Unicode character 𮮝 U+2EB9D 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+2EB9D.

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!