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

What is Unicode character 𢄃?

The Unicode character 𢄃 U+22103 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+22103.

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!