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>&#139733;</p>
📋
CSS .selector { content: '\221D5' };
📋
JS var unicodeA = '\u221D5 ';
📋
CPP char unicodeA = ' \u221D5 ';
📋
Java char unicodeA = '\u221D5';
📋
Python unicodeA = '\u221D5'
📋

What is Unicode character 𢇕?

The Unicode character 𢇕 U+221D5 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+221D5.

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!