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

What is Unicode character 𤝬?

The Unicode character 𤝬 U+2476C 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+2476C.

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!