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

What is Unicode character 𮧟?

The Unicode character 𮧟 U+2E9DF 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+2E9DF.

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!