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

What is Unicode character 𦷟?

The Unicode character 𦷟 U+26DDF 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+26DDF.

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!