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>&#198620;</p>
📋
CSS .selector { content: '\307DC' };
📋
JS var unicodeA = '\u307DC ';
📋
CPP char unicodeA = ' \u307DC ';
📋
Java char unicodeA = '\u307DC';
📋
Python unicodeA = '\u307DC'
📋

What is Unicode character 𰟜?

The Unicode character 𰟜 U+307DC is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+307DC.

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 13.0, and it belongs to the CJK Unified Ideographs Extension G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 13.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension G
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!