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

What is Unicode character 𦳝?

The Unicode character 𦳝 U+26CDD 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+26CDD.

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!