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

What is Unicode character 𰖨?

The Unicode character 𰖨 U+305A8 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+305A8.

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!