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

What is Unicode character 𦟙?

The Unicode character 𦟙 U+267D9 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+267D9.

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!