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

What is Unicode character 𢭭?

The Unicode character 𢭭 U+22B6D 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+22B6D.

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!