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

What is Unicode character 𪬨?

The Unicode character 𪬨 U+2AB28 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+2AB28.

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!