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

What is Unicode character 𰲣?

The Unicode character 𰲣 U+30CA3 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+30CA3.

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!