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

What is Unicode character 𣦺?

The Unicode character 𣦺 U+239BA 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+239BA.

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!