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

What is Unicode character 𨄃?

The Unicode character 𨄃 U+28103 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+28103.

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!