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

What is Unicode character 𢬈?

The Unicode character 𢬈 U+22B08 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+22B08.

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!