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

What is Unicode character 𣦡?

The Unicode character 𣦡 U+239A1 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+239A1.

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!