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

What is Unicode character 𡀯?

The Unicode character 𡀯 U+2102F 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+2102F.

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!