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

What is Unicode character 𦕩?

The Unicode character 𦕩 U+26569 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+26569.

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!