Unicode Finder

"穽" U+7A7D(CJK UNIFIED IDEOGRAPH-7A7D)

U+7A7D
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-7A7D

Programming

C
\u7A7D
JavaScript
\u7A7D
Java
\u7A7D
Json
\u7A7D
Python
\u7A7D
Perl
\x{7A7D}
PHP
\x{7A7D}
Ruby
\u{7A7D}
Rust
\u{7A7D}
Go
\u7A7D

Web

CSS
\007A7D
HtmlDecimal
穽
HtmlHexadecimal
穽
Url
%E7%A9%BD

Code

MD5
0ac48f59df06ba4af446cfa6446ce815
Sha1
cf6659f2bfc7c4e81f8c7662d0b83afbc95a8851
Base64
56m9

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u7A7D';
console.log(char);  // Output: 穽

Java:

char c = '\u7A7D';
System.out.println(c);  // Output: 穽

JSON:

{"text": "\u7A7D"}  // Value: 穽

Python:

char = '\u7A7D'
print(char)  # Output: 穽

Perl:

my $char = "\x{7A7D}";
print $char;  # Output: 穽

PHP:

$char = "\x{7A7D}";
echo $char;  // Output: 穽

Ruby:

char = "\u{7A7D}"
puts char  # Output: 穽

Rust:

let c = '\u{7A7D}';
println!("{}", c);  // Output: 穽

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007A7D";  /* Display: 穽 */
}

HTML Decimal:

<p>HTML decimal: &#31357;</p>  <!-- Display: 穽 -->

HTML Hexadecimal:

<p>HTML hex: &#x7A7D;</p>  <!-- Display: 穽 -->

URL Encoding:

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

Encodings

MD5:

0ac48f59df06ba4af446cfa6446ce815

SHA1:

cf6659f2bfc7c4e81f8c7662d0b83afbc95a8851

Base64:

56m9