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

What is Unicode character 𦇵?

The Unicode character 𦇵 U+261F5 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+261F5.

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!