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

What is Unicode character 𰖭?

The Unicode character 𰖭 U+305AD 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+305AD.

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!