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

What is Unicode character 𢞰?

The Unicode character 𢞰 U+227B0 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+227B0.

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!