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

What is Unicode character 𰘖?

The Unicode character 𰘖 U+30616 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+30616.

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!