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

What is Unicode character 𣟫?

The Unicode character 𣟫 U+237EB 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+237EB.

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!