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

What is Unicode character 𰰣?

The Unicode character 𰰣 U+30C23 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+30C23.

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!