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

What is Unicode character 𣨀?

The Unicode character 𣨀 U+23A00 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+23A00.

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!