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

What is Unicode character 𨄢?

The Unicode character 𨄢 U+28122 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+28122.

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!