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

What is Unicode character 𮬃?

The Unicode character 𮬃 U+2EB03 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+2EB03.

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!