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

What is Unicode character 𦚙?

The Unicode character 𦚙 U+26699 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+26699.

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!