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

What is Unicode character 𢢹?

The Unicode character 𢢹 U+228B9 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+228B9.

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!