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>&#156191;</p>
📋
CSS .selector { content: '\2621F' };
📋
JS var unicodeA = '\u2621F ';
📋
CPP char unicodeA = ' \u2621F ';
📋
Java char unicodeA = '\u2621F';
📋
Python unicodeA = '\u2621F'
📋

What is Unicode character 𦈟?

The Unicode character 𦈟 U+2621F 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+2621F.

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!