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

What is Unicode character 𰼣?

The Unicode character 𰼣 U+30F23 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+30F23.

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!