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

What is Unicode character 𭣢?

The Unicode character 𭣢 U+2D8E2 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+2D8E2.

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!