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

What is Unicode character 𣟰?

The Unicode character 𣟰 U+237F0 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+237F0.

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!