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

What is Unicode character 𢜶?

The Unicode character 𢜶 U+22736 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+22736.

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!