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

What is Unicode character 𰏕?

The Unicode character 𰏕 U+303D5 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+303D5.

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!