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>&#155757;</p>
📋
CSS .selector { content: '\2606D' };
📋
JS var unicodeA = '\u2606D ';
📋
CPP char unicodeA = ' \u2606D ';
📋
Java char unicodeA = '\u2606D';
📋
Python unicodeA = '\u2606D'
📋

What is Unicode character 𦁭?

The Unicode character 𦁭 U+2606D 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+2606D.

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!