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

What is Unicode character 𰕌?

The Unicode character 𰕌 U+3054C 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+3054C.

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!