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

What is Unicode character 𢉶?

The Unicode character 𢉶 U+22276 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+22276.

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!