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

What is Unicode character 𧆟?

The Unicode character 𧆟 U+2719F 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+2719F.

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!