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

What is Unicode character 𢟑?

The Unicode character 𢟑 U+227D1 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+227D1.

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!