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

What is Unicode character 𰟲?

The Unicode character 𰟲 U+307F2 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+307F2.

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!