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

What is Unicode character 𰔵?

The Unicode character 𰔵 U+30535 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+30535.

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!