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

What is Unicode character 𰘕?

The Unicode character 𰘕 U+30615 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+30615.

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!