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

What is Unicode character 𦹩?

The Unicode character 𦹩 U+26E69 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+26E69.

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!