Unicode Finder

"災" U+707D(CJK UNIFIED IDEOGRAPH-707D)

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

Programming

C
\u707D
JavaScript
\u707D
Java
\u707D
Json
\u707D
Python
\u707D
Perl
\x{707D}
PHP
\x{707D}
Ruby
\u{707D}
Rust
\u{707D}
Go
\u707D

Web

CSS
\00707D
HtmlDecimal
災
HtmlHexadecimal
災
Url
%E7%81%BD

Code

MD5
971de1d1ca011aa33ca0a56d72a9d622
Sha1
c295a9ec2f06fdc948d64aa3cbde7b73f5df0f35
Base64
54G9

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u707D';
console.log(char);  // Output: 災

Java:

char c = '\u707D';
System.out.println(c);  // Output: 災

JSON:

{"text": "\u707D"}  // Value: 災

Python:

char = '\u707D'
print(char)  # Output: 災

Perl:

my $char = "\x{707D}";
print $char;  # Output: 災

PHP:

$char = "\x{707D}";
echo $char;  // Output: 災

Ruby:

char = "\u{707D}"
puts char  # Output: 災

Rust:

let c = '\u{707D}';
println!("{}", c);  // Output: 災

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00707D";  /* Display: 災 */
}

HTML Decimal:

<p>HTML decimal: &#28797;</p>  <!-- Display: 災 -->

HTML Hexadecimal:

<p>HTML hex: &#x707D;</p>  <!-- Display: 災 -->

URL Encoding:

// 災 URL encoding
https://unicodefinder.com/search.php?query=%E7%81%BD

Encodings

MD5:

971de1d1ca011aa33ca0a56d72a9d622

SHA1:

c295a9ec2f06fdc948d64aa3cbde7b73f5df0f35

Base64:

54G9