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

What is Unicode character 𨄲?

The Unicode character 𨄲 U+28132 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+28132.

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!