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

What is Unicode character 𦋟?

The Unicode character 𦋟 U+262DF 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+262DF.

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!