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

What is Unicode character 𮙟?

The Unicode character 𮙟 U+2E65F 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+2E65F.

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!