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

What is Unicode character 𨇐?

The Unicode character 𨇐 U+281D0 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+281D0.

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!