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

What is Unicode character 𨇢?

The Unicode character 𨇢 U+281E2 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+281E2.

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!