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

What is Unicode character 𦟟?

The Unicode character 𦟟 U+267DF 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+267DF.

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!