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

What is Unicode character 𦅶?

The Unicode character 𦅶 U+26176 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+26176.

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!