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

What is Unicode character 𣦨?

The Unicode character 𣦨 U+239A8 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+239A8.

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!