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

What is Unicode character 𰕖?

The Unicode character 𰕖 U+30556 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+30556.

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!