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

What is Unicode character 𰲁?

The Unicode character 𰲁 U+30C81 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+30C81.

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!