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

What is Unicode character 𡨖?

The Unicode character 𡨖 U+21A16 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+21A16.

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!