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

What is Unicode character 𦇑?

The Unicode character 𦇑 U+261D1 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+261D1.

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!