Unicode Finder

"攷" U+6537(CJK UNIFIED IDEOGRAPH-6537)

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

Programming

C
\u6537
JavaScript
\u6537
Java
\u6537
Json
\u6537
Python
\u6537
Perl
\x{6537}
PHP
\x{6537}
Ruby
\u{6537}
Rust
\u{6537}
Go
\u6537

Web

CSS
\006537
HtmlDecimal
攷
HtmlHexadecimal
攷
Url
%E6%94%B7

Code

MD5
89d0a867cec74f9c72097803c8706e96
Sha1
5fa08fdcb9caf0e1962ffc33362338d2a4cb58c1
Base64
5pS3

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u6537';
console.log(char);  // Output: 攷

Java:

char c = '\u6537';
System.out.println(c);  // Output: 攷

JSON:

{"text": "\u6537"}  // Value: 攷

Python:

char = '\u6537'
print(char)  # Output: 攷

Perl:

my $char = "\x{6537}";
print $char;  # Output: 攷

PHP:

$char = "\x{6537}";
echo $char;  // Output: 攷

Ruby:

char = "\u{6537}"
puts char  # Output: 攷

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006537";  /* Display: 攷 */
}

HTML Decimal:

<p>HTML decimal: &#25911;</p>  <!-- Display: 攷 -->

HTML Hexadecimal:

<p>HTML hex: &#x6537;</p>  <!-- Display: 攷 -->

URL Encoding:

// 攷 URL encoding
https://unicodefinder.com/search.php?query=%E6%94%B7

Encodings

MD5:

89d0a867cec74f9c72097803c8706e96

SHA1:

5fa08fdcb9caf0e1962ffc33362338d2a4cb58c1

Base64:

5pS3