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

What is Unicode character 𨇅?

The Unicode character 𨇅 U+281C5 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+281C5.

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!