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

What is Unicode character 𮔟?

The Unicode character 𮔟 U+2E51F 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+2E51F.

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!