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

What is Unicode character 𪬔?

The Unicode character 𪬔 U+2AB14 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+2AB14.

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!