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

What is Unicode character 𡆟?

The Unicode character 𡆟 U+2119F 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+2119F.

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!