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

What is Unicode character 𡈟?

The Unicode character 𡈟 U+2121F 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+2121F.

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!