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

What is Unicode character 𪬼?

The Unicode character 𪬼 U+2AB3C 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+2AB3C.

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!