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

What is Unicode character 𫍵?

The Unicode character 𫍵 U+2B375 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+2B375.

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!