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

What is Unicode character 𢙰?

The Unicode character 𢙰 U+22670 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+22670.

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!