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

What is Unicode character 𭟘?

The Unicode character 𭟘 U+2D7D8 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+2D7D8.

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!