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

What is Unicode character 𪬝?

The Unicode character 𪬝 U+2AB1D 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+2AB1D.

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!