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>&#141965;</p>
📋
CSS .selector { content: '\22A8D' };
📋
JS var unicodeA = '\u22A8D ';
📋
CPP char unicodeA = ' \u22A8D ';
📋
Java char unicodeA = '\u22A8D';
📋
Python unicodeA = '\u22A8D'
📋

What is Unicode character 𢪍?

The Unicode character 𢪍 U+22A8D 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+22A8D.

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!