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

What is Unicode character 𣧨?

The Unicode character 𣧨 U+239E8 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+239E8.

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!