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

What is Unicode character 𢇼?

The Unicode character 𢇼 U+221FC 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+221FC.

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!