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

What is Unicode character 𮚑?

The Unicode character 𮚑 U+2E691 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+2E691.

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!