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

What is Unicode character 𡌝?

The Unicode character 𡌝 U+2131D 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+2131D.

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!