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

What is Unicode character 𰣲?

The Unicode character 𰣲 U+308F2 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+308F2.

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!