Unicode Finder

"當" U+7576(CJK UNIFIED IDEOGRAPH-7576)

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

Programming

C
\u7576
JavaScript
\u7576
Java
\u7576
Json
\u7576
Python
\u7576
Perl
\x{7576}
PHP
\x{7576}
Ruby
\u{7576}
Rust
\u{7576}
Go
\u7576

Web

CSS
\007576
HtmlDecimal
當
HtmlHexadecimal
當
Url
%E7%95%B6

Code

MD5
c88a1232460d17e1cf3aadd207623eb5
Sha1
b863460e4245effb6d9d1cf12207b46ad85112a8
Base64
55W2

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u7576';
console.log(char);  // Output: 當

Java:

char c = '\u7576';
System.out.println(c);  // Output: 當

JSON:

{"text": "\u7576"}  // Value: 當

Python:

char = '\u7576'
print(char)  # Output: 當

Perl:

my $char = "\x{7576}";
print $char;  # Output: 當

PHP:

$char = "\x{7576}";
echo $char;  // Output: 當

Ruby:

char = "\u{7576}"
puts char  # Output: 當

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007576";  /* Display: 當 */
}

HTML Decimal:

<p>HTML decimal: &#30070;</p>  <!-- Display: 當 -->

HTML Hexadecimal:

<p>HTML hex: &#x7576;</p>  <!-- Display: 當 -->

URL Encoding:

// 當 URL encoding
https://unicodefinder.com/search.php?query=%E7%95%B6

Encodings

MD5:

c88a1232460d17e1cf3aadd207623eb5

SHA1:

b863460e4245effb6d9d1cf12207b46ad85112a8

Base64:

55W2