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

What is Unicode character 𰣡?

The Unicode character 𰣡 U+308E1 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+308E1.

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!