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

What is Unicode character 𢨈?

The Unicode character 𢨈 U+22A08 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+22A08.

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!