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

What is Unicode character 𦡹?

The Unicode character 𦡹 U+26879 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+26879.

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!