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

What is Unicode character 𦵹?

The Unicode character 𦵹 U+26D79 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+26D79.

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!