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

What is Unicode character 𣟎?

The Unicode character 𣟎 U+237CE 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+237CE.

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!