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

What is Unicode character 𰌣?

The Unicode character 𰌣 U+30323 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+30323.

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!