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

What is Unicode character 𰲍?

The Unicode character 𰲍 U+30C8D 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+30C8D.

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!