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

What is Unicode character 𢟈?

The Unicode character 𢟈 U+227C8 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+227C8.

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!