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

What is Unicode character 𫎟?

The Unicode character 𫎟 U+2B39F 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+2B39F.

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!