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

What is Unicode character 𢣃?

The Unicode character 𢣃 U+228C3 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+228C3.

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!