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

What is Unicode character 𫎝?

The Unicode character 𫎝 U+2B39D 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+2B39D.

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!