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

What is Unicode character 𰖺?

The Unicode character 𰖺 U+305BA 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+305BA.

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!