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

What is Unicode character 𰏝?

The Unicode character 𰏝 U+303DD 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+303DD.

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!