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

What is Unicode character 𰇕?

The Unicode character 𰇕 U+301D5 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+301D5.

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!