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

What is Unicode character 𢟝?

The Unicode character 𢟝 U+227DD 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+227DD.

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!