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

What is Unicode character 𰐑?

The Unicode character 𰐑 U+30411 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+30411.

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!