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

What is Unicode character 𣟾?

The Unicode character 𣟾 U+237FE 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+237FE.

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!