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

What is Unicode character 𢁶?

The Unicode character 𢁶 U+22076 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+22076.

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!