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

What is Unicode character 𢭮?

The Unicode character 𢭮 U+22B6E 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+22B6E.

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!