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

What is Unicode character 𭟑?

The Unicode character 𭟑 U+2D7D1 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+2D7D1.

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!