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

What is Unicode character 𨇔?

The Unicode character 𨇔 U+281D4 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+281D4.

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!