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

What is Unicode character 𢭨?

The Unicode character 𢭨 U+22B68 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+22B68.

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!