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>&#142955;</p>
📋
CSS .selector { content: '\22E6B' };
📋
JS var unicodeA = '\u22E6B ';
📋
CPP char unicodeA = ' \u22E6B ';
📋
Java char unicodeA = '\u22E6B';
📋
Python unicodeA = '\u22E6B'
📋

What is Unicode character 𢹫?

The Unicode character 𢹫 U+22E6B 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+22E6B.

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!