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

What is Unicode character 𭣦?

The Unicode character 𭣦 U+2D8E6 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+2D8E6.

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!