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

What is Unicode character 𣟨?

The Unicode character 𣟨 U+237E8 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+237E8.

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!