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

What is Unicode character 𢢳?

The Unicode character 𢢳 U+228B3 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+228B3.

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!