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>&#145260;</p>
📋
CSS .selector { content: '\2376C' };
📋
JS var unicodeA = '\u2376C ';
📋
CPP char unicodeA = ' \u2376C ';
📋
Java char unicodeA = '\u2376C';
📋
Python unicodeA = '\u2376C'
📋

What is Unicode character 𣝬?

The Unicode character 𣝬 U+2376C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2376C.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!