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

What is Unicode character 𣟲?

The Unicode character 𣟲 U+237F2 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+237F2.

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!