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>&#140187;</p>
📋
CSS .selector { content: '\2239B' };
📋
JS var unicodeA = '\u2239B ';
📋
CPP char unicodeA = ' \u2239B ';
📋
Java char unicodeA = '\u2239B';
📋
Python unicodeA = '\u2239B'
📋

What is Unicode character 𢎛?

The Unicode character 𢎛 U+2239B 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+2239B.

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!