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

What is Unicode character 𫬹?

The Unicode character 𫬹 U+2BB39 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2BB39.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!