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

What is Unicode character 𦂝?

The Unicode character 𦂝 U+2609D 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+2609D.

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!