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

What is Unicode character 𨆣?

The Unicode character 𨆣 U+281A3 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+281A3.

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!