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

What is Unicode character 𦆝?

The Unicode character 𦆝 U+2619D 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+2619D.

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!