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

What is Unicode character 𣟞?

The Unicode character 𣟞 U+237DE 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+237DE.

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!