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

What is Unicode character 𦟹?

The Unicode character 𦟹 U+267F9 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+267F9.

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!