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

What is Unicode character 𰖧?

The Unicode character 𰖧 U+305A7 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+305A7.

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!