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

What is Unicode character 𫰹?

The Unicode character 𫰹 U+2BC39 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+2BC39.

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!