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

What is Unicode character 𰬣?

The Unicode character 𰬣 U+30B23 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+30B23.

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!