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>&#157405;</p>
📋
CSS .selector { content: '\266DD' };
📋
JS var unicodeA = '\u266DD ';
📋
CPP char unicodeA = ' \u266DD ';
📋
Java char unicodeA = '\u266DD';
📋
Python unicodeA = '\u266DD'
📋

What is Unicode character 𦛝?

The Unicode character 𦛝 U+266DD 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+266DD.

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!