Unicode Finder

"鈗" U+9217(CJK UNIFIED IDEOGRAPH-9217)

U+9217
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-9217

Programming

C
\u9217
JavaScript
\u9217
Java
\u9217
Json
\u9217
Python
\u9217
Perl
\x{9217}
PHP
\x{9217}
Ruby
\u{9217}
Rust
\u{9217}
Go
\u9217

Web

CSS
\009217
HtmlDecimal
鈗
HtmlHexadecimal
鈗
Url
%E9%88%97

Code

MD5
3f5cf81c9b51051eca5d89852ac6a11c
Sha1
81a57297a30c8fdcc2a3dacbd96f98aeeb85b745
Base64
6YiX

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u9217';
console.log(char);  // Output: 鈗

Java:

char c = '\u9217';
System.out.println(c);  // Output: 鈗

JSON:

{"text": "\u9217"}  // Value: 鈗

Python:

char = '\u9217'
print(char)  # Output: 鈗

Perl:

my $char = "\x{9217}";
print $char;  # Output: 鈗

PHP:

$char = "\x{9217}";
echo $char;  // Output: 鈗

Ruby:

char = "\u{9217}"
puts char  # Output: 鈗

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009217";  /* Display: 鈗 */
}

HTML Decimal:

<p>HTML decimal: &#37399;</p>  <!-- Display: 鈗 -->

HTML Hexadecimal:

<p>HTML hex: &#x9217;</p>  <!-- Display: 鈗 -->

URL Encoding:

// 鈗 URL encoding
https://unicodefinder.com/search.php?query=%E9%88%97

Encodings

MD5:

3f5cf81c9b51051eca5d89852ac6a11c

SHA1:

81a57297a30c8fdcc2a3dacbd96f98aeeb85b745

Base64:

6YiX