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

What is Unicode character 𣰀?

The Unicode character 𣰀 U+23C00 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+23C00.

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!