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

What is Unicode character 𢇔?

The Unicode character 𢇔 U+221D4 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+221D4.

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!