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

What is Unicode character 𮬀?

The Unicode character 𮬀 U+2EB00 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+2EB00.

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!