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

What is Unicode character 𢌝?

The Unicode character 𢌝 U+2231D 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+2231D.

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!