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

What is Unicode character 𰕼?

The Unicode character 𰕼 U+3057C 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+3057C.

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!