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

What is Unicode character 𮬎?

The Unicode character 𮬎 U+2EB0E 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+2EB0E.

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!