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

What is Unicode character 𰔗?

The Unicode character 𰔗 U+30517 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+30517.

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!