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

What is Unicode character 𮌟?

The Unicode character 𮌟 U+2E31F 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+2E31F.

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!