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

What is Unicode character 𰡀?

The Unicode character 𰡀 U+30840 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+30840.

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!