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

What is Unicode character 𦩹?

The Unicode character 𦩹 U+26A79 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+26A79.

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!