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

What is Unicode character 𰖰?

The Unicode character 𰖰 U+305B0 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+305B0.

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!