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

What is Unicode character 𫎵?

The Unicode character 𫎵 U+2B3B5 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+2B3B5.

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!