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

What is Unicode character 𡄟?

The Unicode character 𡄟 U+2111F 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+2111F.

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!