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

What is Unicode character 𣣨?

The Unicode character 𣣨 U+238E8 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+238E8.

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!