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

What is Unicode character 𣟜?

The Unicode character 𣟜 U+237DC 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+237DC.

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!