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

What is Unicode character 𰝕?

The Unicode character 𰝕 U+30755 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+30755.

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!