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

What is Unicode character 𢔖?

The Unicode character 𢔖 U+22516 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+22516.

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!