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

What is Unicode character 𢢭?

The Unicode character 𢢭 U+228AD 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+228AD.

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!