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

What is Unicode character 𦇏?

The Unicode character 𦇏 U+261CF 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+261CF.

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!