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

What is Unicode character 𰡢?

The Unicode character 𰡢 U+30862 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+30862.

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!