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>&#155933;</p>
📋
CSS .selector { content: '\2611D' };
📋
JS var unicodeA = '\u2611D ';
📋
CPP char unicodeA = ' \u2611D ';
📋
Java char unicodeA = '\u2611D';
📋
Python unicodeA = '\u2611D'
📋

What is Unicode character 𦄝?

The Unicode character 𦄝 U+2611D 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+2611D.

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!