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

What is Unicode character 𰔣?

The Unicode character 𰔣 U+30523 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+30523.

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!