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

What is Unicode character 𮬈?

The Unicode character 𮬈 U+2EB08 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+2EB08.

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!