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

What is Unicode character 𣟬?

The Unicode character 𣟬 U+237EC 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+237EC.

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!