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

What is Unicode character 𢇨?

The Unicode character 𢇨 U+221E8 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+221E8.

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!