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

What is Unicode character 𦂟?

The Unicode character 𦂟 U+2609F 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+2609F.

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!