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

What is Unicode character 𣇀?

The Unicode character 𣇀 U+231C0 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+231C0.

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!