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

What is Unicode character 𦇔?

The Unicode character 𦇔 U+261D4 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+261D4.

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!