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

What is Unicode character 𡀏?

The Unicode character 𡀏 U+2100F 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+2100F.

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!