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

What is Unicode character 𱝬?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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