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

What is Unicode character 𦛟?

The Unicode character 𦛟 U+266DF 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+266DF.

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!