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

What is Unicode character 𰭓?

The Unicode character 𰭓 U+30B53 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+30B53.

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!