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

What is Unicode character 𰙑?

The Unicode character 𰙑 U+30651 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+30651.

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!