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

What is Unicode character 𰀣?

The Unicode character 𰀣 U+30023 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+30023.

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!