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

What is Unicode character 𦇡?

The Unicode character 𦇡 U+261E1 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+261E1.

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!