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

What is Unicode character 𢣩?

The Unicode character 𢣩 U+228E9 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+228E9.

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!