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

What is Unicode character 𰘓?

The Unicode character 𰘓 U+30613 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+30613.

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!