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

What is Unicode character 𢎝?

The Unicode character 𢎝 U+2239D 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+2239D.

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!