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

What is Unicode character 𮬹?

The Unicode character 𮬹 U+2EB39 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+2EB39.

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!