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

What is Unicode character 𭟨?

The Unicode character 𭟨 U+2D7E8 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+2D7E8.

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!