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

What is Unicode character 𢎟?

The Unicode character 𢎟 U+2239F 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+2239F.

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!