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

What is Unicode character 𰖹?

The Unicode character 𰖹 U+305B9 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+305B9.

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!