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

What is Unicode character 𰕚?

The Unicode character 𰕚 U+3055A 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+3055A.

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!