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

What is Unicode character 𡝬?

The Unicode character 𡝬 U+2176C 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+2176C.

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!