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

What is Unicode character 𣟁?

The Unicode character 𣟁 U+237C1 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+237C1.

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!