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

What is Unicode character 𮡹?

The Unicode character 𮡹 U+2E879 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+2E879.

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!