Unicode Finder

"衹" U+8879(CJK UNIFIED IDEOGRAPH-8879)

U+8879
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-8879

Programming

C
\u8879
JavaScript
\u8879
Java
\u8879
Json
\u8879
Python
\u8879
Perl
\x{8879}
PHP
\x{8879}
Ruby
\u{8879}
Rust
\u{8879}
Go
\u8879

Web

CSS
\008879
HtmlDecimal
衹
HtmlHexadecimal
衹
Url
%E8%A1%B9

Code

MD5
11f406c8ca18c14dd6264b2c491a1ae1
Sha1
155dc38b99fb4da23255bc3b72ff35e5e6327db3
Base64
6KG5

使用示例

Programming Languages

C:

char c = '\u8879';
printf("%c\n", c);  // Output: 衹

JavaScript:

const char = '\u8879';
console.log(char);  // Output: 衹

Java:

char c = '\u8879';
System.out.println(c);  // Output: 衹

JSON:

{"text": "\u8879"}  // Value: 衹

Python:

char = '\u8879'
print(char)  # Output: 衹

Perl:

my $char = "\x{8879}";
print $char;  # Output: 衹

PHP:

$char = "\x{8879}";
echo $char;  // Output: 衹

Ruby:

char = "\u{8879}"
puts char  # Output: 衹

Rust:

let c = '\u{8879}';
println!("{}", c);  // Output: 衹

Go:

char := '\u8879'
fmt.Printf("%c\n", char)  // Output: 衹

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008879";  /* Display: 衹 */
}

HTML Decimal:

<p>HTML decimal: &#34937;</p>  <!-- Display: 衹 -->

HTML Hexadecimal:

<p>HTML hex: &#x8879;</p>  <!-- Display: 衹 -->

URL Encoding:

// 衹 URL encoding
https://unicodefinder.com/search.php?query=%E8%A1%B9

Encodings

MD5:

11f406c8ca18c14dd6264b2c491a1ae1

SHA1:

155dc38b99fb4da23255bc3b72ff35e5e6327db3

Base64:

6KG5