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

What is Unicode character 𣦼?

The Unicode character 𣦼 U+239BC 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+239BC.

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!