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

What is Unicode character 𢤖?

The Unicode character 𢤖 U+22916 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+22916.

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!