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

What is Unicode character 𢀖?

The Unicode character 𢀖 U+22016 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+22016.

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!