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

What is Unicode character 𢵫?

The Unicode character 𢵫 U+22D6B 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+22D6B.

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!