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

What is Unicode character 𦇰?

The Unicode character 𦇰 U+261F0 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+261F0.

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!