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

What is Unicode character 𭟒?

The Unicode character 𭟒 U+2D7D2 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+2D7D2.

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!