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

What is Unicode character 𣟂?

The Unicode character 𣟂 U+237C2 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+237C2.

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!