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

What is Unicode character 𨇃?

The Unicode character 𨇃 U+281C3 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+281C3.

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!