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

What is Unicode character 𢰖?

The Unicode character 𢰖 U+22C16 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+22C16.

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!