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

What is Unicode character 𦷎?

The Unicode character 𦷎 U+26DCE 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+26DCE.

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!