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

What is Unicode character 𭧨?

The Unicode character 𭧨 U+2D9E8 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+2D9E8.

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!