Unicode Finder

"错" U+9519(CJK UNIFIED IDEOGRAPH-9519)

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

Programming

C
\u9519
JavaScript
\u9519
Java
\u9519
Json
\u9519
Python
\u9519
Perl
\x{9519}
PHP
\x{9519}
Ruby
\u{9519}
Rust
\u{9519}
Go
\u9519

Web

CSS
\009519
HtmlDecimal
错
HtmlHexadecimal
错
Url
%E9%94%99

Code

MD5
6160eb68ddea8587c7617dafe8ef6c40
Sha1
cc73bb0b7e723d955d6f2b8f410d30d5760e5eea
Base64
6ZSZ

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9519';
console.log(char);  // Output: 错

Java:

char c = '\u9519';
System.out.println(c);  // Output: 错

JSON:

{"text": "\u9519"}  // Value: 错

Python:

char = '\u9519'
print(char)  # Output: 错

Perl:

my $char = "\x{9519}";
print $char;  # Output: 错

PHP:

$char = "\x{9519}";
echo $char;  // Output: 错

Ruby:

char = "\u{9519}"
puts char  # Output: 错

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009519";  /* Display: 错 */
}

HTML Decimal:

<p>HTML decimal: &#38169;</p>  <!-- Display: 错 -->

HTML Hexadecimal:

<p>HTML hex: &#x9519;</p>  <!-- Display: 错 -->

URL Encoding:

// 错 URL encoding
https://unicodefinder.com/search.php?query=%E9%94%99

Encodings

MD5:

6160eb68ddea8587c7617dafe8ef6c40

SHA1:

cc73bb0b7e723d955d6f2b8f410d30d5760e5eea

Base64:

6ZSZ