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

What is Unicode character 𢟚?

The Unicode character 𢟚 U+227DA 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+227DA.

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!