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

What is Unicode character 𮘕?

The Unicode character 𮘕 U+2E615 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+2E615.

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!