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

What is Unicode character 𨇭?

The Unicode character 𨇭 U+281ED 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+281ED.

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!