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

What is Unicode character 𢁝?

The Unicode character 𢁝 U+2205D 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+2205D.

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!