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

What is Unicode character 𰖬?

The Unicode character 𰖬 U+305AC 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+305AC.

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!