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

What is Unicode character 𰕗?

The Unicode character 𰕗 U+30557 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+30557.

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!