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

What is Unicode character 𪬹?

The Unicode character 𪬹 U+2AB39 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+2AB39.

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!