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

What is Unicode character 𣟘?

The Unicode character 𣟘 U+237D8 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+237D8.

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!