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

What is Unicode character 𰡁?

The Unicode character 𰡁 U+30841 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+30841.

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!