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

What is Unicode character 𦷬?

The Unicode character 𦷬 U+26DEC 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+26DEC.

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!