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>&#143552;</p>
📋
CSS .selector { content: '\230C0' };
📋
JS var unicodeA = '\u230C0 ';
📋
CPP char unicodeA = ' \u230C0 ';
📋
Java char unicodeA = '\u230C0';
📋
Python unicodeA = '\u230C0'
📋

What is Unicode character 𣃀?

The Unicode character 𣃀 U+230C0 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+230C0.

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!