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

What is Unicode character 𰞬?

The Unicode character 𰞬 U+307AC 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+307AC.

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!