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

What is Unicode character 𰰗?

The Unicode character 𰰗 U+30C17 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+30C17.

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!