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

What is Unicode character 𢎞?

The Unicode character 𢎞 U+2239E 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+2239E.

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!