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

What is Unicode character 𡁝?

The Unicode character 𡁝 U+2105D 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+2105D.

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!