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

What is Unicode character 𣟍?

The Unicode character 𣟍 U+237CD 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+237CD.

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!