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

What is Unicode character 𢁖?

The Unicode character 𢁖 U+22056 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+22056.

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!