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

What is Unicode character 𮌃?

The Unicode character 𮌃 U+2E303 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+2E303.

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!