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

What is Unicode character 𰕁?

The Unicode character 𰕁 U+30541 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+30541.

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!