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

What is Unicode character 𢢣?

The Unicode character 𢢣 U+228A3 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+228A3.

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!