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

What is Unicode character 𰕑?

The Unicode character 𰕑 U+30551 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+30551.

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!