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

What is Unicode character 𢎜?

The Unicode character 𢎜 U+2239C 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+2239C.

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!