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

What is Unicode character 𦵲?

The Unicode character 𦵲 U+26D72 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+26D72.

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!