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

What is Unicode character 𫎰?

The Unicode character 𫎰 U+2B3B0 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+2B3B0.

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!