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

What is Unicode character 𣟢?

The Unicode character 𣟢 U+237E2 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+237E2.

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!