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

What is Unicode character 𦭹?

The Unicode character 𦭹 U+26B79 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+26B79.

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!