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

What is Unicode character 𧃝?

The Unicode character 𧃝 U+270DD 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+270DD.

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!