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

What is Unicode character 𰰦?

The Unicode character 𰰦 U+30C26 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+30C26.

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!