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

What is Unicode character 𰭕?

The Unicode character 𰭕 U+30B55 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+30B55.

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!