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

What is Unicode character 𰐓?

The Unicode character 𰐓 U+30413 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+30413.

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!