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

What is Unicode character 𰡓?

The Unicode character 𰡓 U+30853 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+30853.

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!