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

What is Unicode character 𦒕?

The Unicode character 𦒕 U+26495 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+26495.

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!