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

What is Unicode character 𦷍?

The Unicode character 𦷍 U+26DCD 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+26DCD.

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!