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

What is Unicode character 𣟏?

The Unicode character 𣟏 U+237CF 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+237CF.

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!