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>&#197075;</p>
📋
CSS .selector { content: '\301D3' };
📋
JS var unicodeA = '\u301D3 ';
📋
CPP char unicodeA = ' \u301D3 ';
📋
Java char unicodeA = '\u301D3';
📋
Python unicodeA = '\u301D3'
📋

What is Unicode character 𰇓?

The Unicode character 𰇓 U+301D3 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+301D3.

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!