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

What is Unicode character 𰣢?

The Unicode character 𰣢 U+308E2 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+308E2.

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!