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

What is Unicode character 𨇡?

The Unicode character 𨇡 U+281E1 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+281E1.

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!