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

What is Unicode character 𰟝?

The Unicode character 𰟝 U+307DD 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+307DD.

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!