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

What is Unicode character 𦝹?

The Unicode character 𦝹 U+26779 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+26779.

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!