Unicode Finder

"驻" U+9A7B(CJK UNIFIED IDEOGRAPH-9A7B)

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

Programming

C
\u9A7B
JavaScript
\u9A7B
Java
\u9A7B
Json
\u9A7B
Python
\u9A7B
Perl
\x{9A7B}
PHP
\x{9A7B}
Ruby
\u{9A7B}
Rust
\u{9A7B}
Go
\u9A7B

Web

CSS
\009A7B
HtmlDecimal
驻
HtmlHexadecimal
驻
Url
%E9%A9%BB

Code

MD5
ea5244fcd25bfa518b7fe992ba406653
Sha1
b218a81436a42d4068a8103668b1a7078787e486
Base64
6am7

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u9A7B';
console.log(char);  // Output: 驻

Java:

char c = '\u9A7B';
System.out.println(c);  // Output: 驻

JSON:

{"text": "\u9A7B"}  // Value: 驻

Python:

char = '\u9A7B'
print(char)  # Output: 驻

Perl:

my $char = "\x{9A7B}";
print $char;  # Output: 驻

PHP:

$char = "\x{9A7B}";
echo $char;  // Output: 驻

Ruby:

char = "\u{9A7B}"
puts char  # Output: 驻

Rust:

let c = '\u{9A7B}';
println!("{}", c);  // Output: 驻

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009A7B";  /* Display: 驻 */
}

HTML Decimal:

<p>HTML decimal: &#39547;</p>  <!-- Display: 驻 -->

HTML Hexadecimal:

<p>HTML hex: &#x9A7B;</p>  <!-- Display: 驻 -->

URL Encoding:

// 驻 URL encoding
https://unicodefinder.com/search.php?query=%E9%A9%BB

Encodings

MD5:

ea5244fcd25bfa518b7fe992ba406653

SHA1:

b218a81436a42d4068a8103668b1a7078787e486

Base64:

6am7