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

What is Unicode character 𭟜?

The Unicode character 𭟜 U+2D7DC 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+2D7DC.

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!