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

What is Unicode character 𡡹?

The Unicode character 𡡹 U+21879 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+21879.

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!