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

What is Unicode character 𦆯?

The Unicode character 𦆯 U+261AF 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+261AF.

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!