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

What is Unicode character 𢅝?

The Unicode character 𢅝 U+2215D 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+2215D.

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!