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

What is Unicode character 𰍁?

The Unicode character 𰍁 U+30341 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+30341.

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!