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>&#198906;</p>
📋
CSS .selector { content: '\308FA' };
📋
JS var unicodeA = '\u308FA ';
📋
CPP char unicodeA = ' \u308FA ';
📋
Java char unicodeA = '\u308FA';
📋
Python unicodeA = '\u308FA'
📋

What is Unicode character 𰣺?

The Unicode character 𰣺 U+308FA 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+308FA.

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!