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

What is Unicode character 𮨟?

The Unicode character 𮨟 U+2EA1F 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+2EA1F.

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!