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

What is Unicode character 𢢱?

The Unicode character 𢢱 U+228B1 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+228B1.

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!