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

What is Unicode character 𦖐?

The Unicode character 𦖐 U+26590 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+26590.

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!