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

What is Unicode character 𣨰?

The Unicode character 𣨰 U+23A30 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+23A30.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!