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

What is Unicode character 𦝩?

The Unicode character 𦝩 U+26769 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+26769.

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!