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

What is Unicode character 𰔊?

The Unicode character 𰔊 U+3050A 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+3050A.

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!