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

What is Unicode character 𮔍?

The Unicode character 𮔍 U+2E50D 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+2E50D.

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!