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

What is Unicode character 𡎟?

The Unicode character 𡎟 U+2139F 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+2139F.

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!