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

What is Unicode character 𣟌?

The Unicode character 𣟌 U+237CC 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+237CC.

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!