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

What is Unicode character 𰢡?

The Unicode character 𰢡 U+308A1 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+308A1.

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!