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

What is Unicode character 𰲡?

The Unicode character 𰲡 U+30CA1 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+30CA1.

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!