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

What is Unicode character 𧧟?

The Unicode character 𧧟 U+279DF 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+279DF.

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!