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

What is Unicode character 𢸖?

The Unicode character 𢸖 U+22E16 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+22E16.

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!