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

What is Unicode character 𰢲?

The Unicode character 𰢲 U+308B2 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+308B2.

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!