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

What is Unicode character 𮃓?

The Unicode character 𮃓 U+2E0D3 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+2E0D3.

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!