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

What is Unicode character 𰢣?

The Unicode character 𰢣 U+308A3 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+308A3.

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!