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

What is Unicode character 𮘟?

The Unicode character 𮘟 U+2E61F 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+2E61F.

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!