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

What is Unicode character 𢟊?

The Unicode character 𢟊 U+227CA 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+227CA.

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!