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

What is Unicode character 𰕐?

The Unicode character 𰕐 U+30550 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+30550.

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!