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

What is Unicode character 𢣓?

The Unicode character 𢣓 U+228D3 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+228D3.

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!