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

What is Unicode character 𰦏?

The Unicode character 𰦏 U+3098F 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+3098F.

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!