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

What is Unicode character 𦕹?

The Unicode character 𦕹 U+26579 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+26579.

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!