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

What is Unicode character 𰡕?

The Unicode character 𰡕 U+30855 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+30855.

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!