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

What is Unicode character 𦆟?

The Unicode character 𦆟 U+2619F 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+2619F.

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!