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

What is Unicode character 𰄦?

The Unicode character 𰄦 U+30126 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+30126.

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!