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

What is Unicode character 𮊟?

The Unicode character 𮊟 U+2E29F 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+2E29F.

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!