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

What is Unicode character 𰦊?

The Unicode character 𰦊 U+3098A 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+3098A.

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!