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

What is Unicode character 𰐣?

The Unicode character 𰐣 U+30423 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+30423.

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!