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

What is Unicode character 𰔚?

The Unicode character 𰔚 U+3051A 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+3051A.

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!