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

What is Unicode character 𰑕?

The Unicode character 𰑕 U+30455 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+30455.

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!