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

What is Unicode character 𦇶?

The Unicode character 𦇶 U+261F6 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+261F6.

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!