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

What is Unicode character 𣟺?

The Unicode character 𣟺 U+237FA 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+237FA.

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!