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

What is Unicode character 𰭑?

The Unicode character 𰭑 U+30B51 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+30B51.

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!