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

What is Unicode character 𢄖?

The Unicode character 𢄖 U+22116 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+22116.

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!