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

What is Unicode character 𢇡?

The Unicode character 𢇡 U+221E1 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+221E1.

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!