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

What is Unicode character 𰕎?

The Unicode character 𰕎 U+3054E 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+3054E.

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!