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

What is Unicode character 𧃟?

The Unicode character 𧃟 U+270DF 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+270DF.

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!