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

What is Unicode character 𦇍?

The Unicode character 𦇍 U+261CD 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+261CD.

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!