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

What is Unicode character 𦆹?

The Unicode character 𦆹 U+261B9 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+261B9.

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!