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

What is Unicode character 𰔘?

The Unicode character 𰔘 U+30518 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+30518.

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!