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

What is Unicode character 𰕾?

The Unicode character 𰕾 U+3057E 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+3057E.

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!