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>&#157919;</p>
📋
CSS .selector { content: '\268DF' };
📋
JS var unicodeA = '\u268DF ';
📋
CPP char unicodeA = ' \u268DF ';
📋
Java char unicodeA = '\u268DF';
📋
Python unicodeA = '\u268DF'
📋

What is Unicode character 𦣟?

The Unicode character 𦣟 U+268DF 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+268DF.

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!