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

What is Unicode character 𦤹?

The Unicode character 𦤹 U+26939 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+26939.

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!