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

What is Unicode character 𣟿?

The Unicode character 𣟿 U+237FF 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+237FF.

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!