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>&#156112;</p>
📋
CSS .selector { content: '\261D0' };
📋
JS var unicodeA = '\u261D0 ';
📋
CPP char unicodeA = ' \u261D0 ';
📋
Java char unicodeA = '\u261D0';
📋
Python unicodeA = '\u261D0'
📋

What is Unicode character 𦇐?

The Unicode character 𦇐 U+261D0 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+261D0.

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!