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>&#141517;</p>
📋
CSS .selector { content: '\228CD' };
📋
JS var unicodeA = '\u228CD ';
📋
CPP char unicodeA = ' \u228CD ';
📋
Java char unicodeA = '\u228CD';
📋
Python unicodeA = '\u228CD'
📋

What is Unicode character 𢣍?

The Unicode character 𢣍 U+228CD 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+228CD.

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!