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

What is Unicode character 𨇵?

The Unicode character 𨇵 U+281F5 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+281F5.

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!