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

What is Unicode character 𰖣?

The Unicode character 𰖣 U+305A3 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+305A3.

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!