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

What is Unicode character 𣟀?

The Unicode character 𣟀 U+237C0 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+237C0.

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!