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

What is Unicode character 𪬖?

The Unicode character 𪬖 U+2AB16 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2AB16.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!