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

What is Unicode character 𣟛?

The Unicode character 𣟛 U+237DB 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+237DB.

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!