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

What is Unicode character 𢞶?

The Unicode character 𢞶 U+227B6 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+227B6.

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!