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

What is Unicode character 𢣭?

The Unicode character 𢣭 U+228ED 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+228ED.

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!