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

What is Unicode character 𮚟?

The Unicode character 𮚟 U+2E69F 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+2E69F.

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!