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>&#143350;</p>
📋
CSS .selector { content: '\22FF6' };
📋
JS var unicodeA = '\u22FF6 ';
📋
CPP char unicodeA = ' \u22FF6 ';
📋
Java char unicodeA = '\u22FF6';
📋
Python unicodeA = '\u22FF6'
📋

What is Unicode character 𢿶?

The Unicode character 𢿶 U+22FF6 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+22FF6.

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!