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

What is Unicode character 𢁨?

The Unicode character 𢁨 U+22068 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+22068.

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!