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

What is Unicode character 𰐶?

The Unicode character 𰐶 U+30436 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+30436.

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!