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

What is Unicode character 𰖶?

The Unicode character 𰖶 U+305B6 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+305B6.

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!