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

What is Unicode character 𮊍?

The Unicode character 𮊍 U+2E28D 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+2E28D.

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!