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

What is Unicode character 𮬰?

The Unicode character 𮬰 U+2EB30 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+2EB30.

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!