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

What is Unicode character 𰡐?

The Unicode character 𰡐 U+30850 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+30850.

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!