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

What is Unicode character 𢣐?

The Unicode character 𢣐 U+228D0 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+228D0.

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!