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

What is Unicode character 𰌶?

The Unicode character 𰌶 U+30336 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+30336.

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!