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

What is Unicode character 𰲨?

The Unicode character 𰲨 U+30CA8 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+30CA8.

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!