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

What is Unicode character 𦏝?

The Unicode character 𦏝 U+263DD 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+263DD.

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!