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

What is Unicode character 𮔝?

The Unicode character 𮔝 U+2E51D 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+2E51D.

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!