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

What is Unicode character 𫎍?

The Unicode character 𫎍 U+2B38D 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+2B38D.

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!