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

What is Unicode character 𡀟?

The Unicode character 𡀟 U+2101F 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+2101F.

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!