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

What is Unicode character 𨇕?

The Unicode character 𨇕 U+281D5 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+281D5.

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!