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>&#141040;</p>
📋
CSS .selector { content: '\226F0' };
📋
JS var unicodeA = '\u226F0 ';
📋
CPP char unicodeA = ' \u226F0 ';
📋
Java char unicodeA = '\u226F0';
📋
Python unicodeA = '\u226F0'
📋

What is Unicode character 𢛰?

The Unicode character 𢛰 U+226F0 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+226F0.

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!