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

What is Unicode character 𭣨?

The Unicode character 𭣨 U+2D8E8 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+2D8E8.

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!