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

What is Unicode character 𢻓?

The Unicode character 𢻓 U+22ED3 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+22ED3.

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!