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

What is Unicode character 𧛟?

The Unicode character 𧛟 U+276DF 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+276DF.

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!