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

What is Unicode character 𢴖?

The Unicode character 𢴖 U+22D16 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+22D16.

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!