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

What is Unicode character 𨆁?

The Unicode character 𨆁 U+28181 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+28181.

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!