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

What is Unicode character 𨄰?

The Unicode character 𨄰 U+28130 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+28130.

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!