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

What is Unicode character 𢛹?

The Unicode character 𢛹 U+226F9 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+226F9.

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!