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

What is Unicode character 𰌦?

The Unicode character 𰌦 U+30326 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+30326.

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!