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

What is Unicode character 𢞹?

The Unicode character 𢞹 U+227B9 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+227B9.

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!