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

What is Unicode character 𫍶?

The Unicode character 𫍶 U+2B376 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+2B376.

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!