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

What is Unicode character 𢇶?

The Unicode character 𢇶 U+221F6 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+221F6.

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!