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

What is Unicode character 𭟃?

The Unicode character 𭟃 U+2D7C3 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+2D7C3.

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!