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

What is Unicode character 𦤵?

The Unicode character 𦤵 U+26935 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+26935.

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!