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

What is Unicode character 𡝭?

The Unicode character 𡝭 U+2176D 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+2176D.

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!