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

What is Unicode character 𡁟?

The Unicode character 𡁟 U+2105F 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+2105F.

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!