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

What is Unicode character 𣦧?

The Unicode character 𣦧 U+239A7 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+239A7.

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!