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

What is Unicode character 𰘦?

The Unicode character 𰘦 U+30626 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+30626.

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!