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

What is Unicode character 𢇾?

The Unicode character 𢇾 U+221FE 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+221FE.

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!