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

What is Unicode character 𰔶?

The Unicode character 𰔶 U+30536 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+30536.

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!