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

What is Unicode character 𢿦?

The Unicode character 𢿦 U+22FE6 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+22FE6.

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!