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

What is Unicode character 𦷝?

The Unicode character 𦷝 U+26DDD 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+26DDD.

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!