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

What is Unicode character 𢟘?

The Unicode character 𢟘 U+227D8 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+227D8.

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!