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

What is Unicode character 𰕊?

The Unicode character 𰕊 U+3054A 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+3054A.

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!