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

What is Unicode character 𮨝?

The Unicode character 𮨝 U+2EA1D 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+2EA1D.

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!