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

What is Unicode character 𦱹?

The Unicode character 𦱹 U+26C79 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+26C79.

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!