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

What is Unicode character 𮬑?

The Unicode character 𮬑 U+2EB11 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+2EB11.

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!