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

What is Unicode character 𰁓?

The Unicode character 𰁓 U+30053 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+30053.

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!