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

What is Unicode character 𪬕?

The Unicode character 𪬕 U+2AB15 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+2AB15.

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!