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

What is Unicode character 𰦎?

The Unicode character 𰦎 U+3098E 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+3098E.

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!