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

What is Unicode character 𰖯?

The Unicode character 𰖯 U+305AF 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+305AF.

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!