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

What is Unicode character 𰖲?

The Unicode character 𰖲 U+305B2 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+305B2.

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!