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

What is Unicode character 𰔕?

The Unicode character 𰔕 U+30515 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+30515.

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!