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

What is Unicode character 𦵩?

The Unicode character 𦵩 U+26D69 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+26D69.

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!