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

What is Unicode character 𭟓?

The Unicode character 𭟓 U+2D7D3 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+2D7D3.

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!