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

What is Unicode character 𢿖?

The Unicode character 𢿖 U+22FD6 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+22FD6.

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!