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

What is Unicode character 𰎖?

The Unicode character 𰎖 U+30396 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+30396.

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!