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

What is Unicode character 𠎟?

The Unicode character 𠎟 U+2039F 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+2039F.

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!