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

What is Unicode character 𨇁?

The Unicode character 𨇁 U+281C1 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+281C1.

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!