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>&#139473;</p>
📋
CSS .selector { content: '\220D1' };
📋
JS var unicodeA = '\u220D1 ';
📋
CPP char unicodeA = ' \u220D1 ';
📋
Java char unicodeA = '\u220D1';
📋
Python unicodeA = '\u220D1'
📋

What is Unicode character 𢃑?

The Unicode character 𢃑 U+220D1 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+220D1.

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!