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

What is Unicode character 𪬓?

The Unicode character 𪬓 U+2AB13 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+2AB13.

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!