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

What is Unicode character 𰦍?

The Unicode character 𰦍 U+3098D 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+3098D.

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!