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

What is Unicode character 𣟯?

The Unicode character 𣟯 U+237EF 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+237EF.

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!