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

What is Unicode character 𦴣?

The Unicode character 𦴣 U+26D23 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+26D23.

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!