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

What is Unicode character 𰕝?

The Unicode character 𰕝 U+3055D 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+3055D.

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!