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

What is Unicode character 𰰫?

The Unicode character 𰰫 U+30C2B 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+30C2B.

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!