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>&#198870;</p>
📋
CSS .selector { content: '\308D6' };
📋
JS var unicodeA = '\u308D6 ';
📋
CPP char unicodeA = ' \u308D6 ';
📋
Java char unicodeA = '\u308D6';
📋
Python unicodeA = '\u308D6'
📋

What is Unicode character 𰣖?

The Unicode character 𰣖 U+308D6 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+308D6.

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!