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

What is Unicode character 𨇓?

The Unicode character 𨇓 U+281D3 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+281D3.

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!