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

What is Unicode character 𮖃?

The Unicode character 𮖃 U+2E583 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+2E583.

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!