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

What is Unicode character 𰰖?

The Unicode character 𰰖 U+30C16 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+30C16.

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!