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

What is Unicode character 𣟡?

The Unicode character 𣟡 U+237E1 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+237E1.

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!