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

What is Unicode character 𪬟?

The Unicode character 𪬟 U+2AB1F 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+2AB1F.

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!