Unicode Finder

"猖" U+7316(CJK UNIFIED IDEOGRAPH-7316)

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

Programming

C
\u7316
JavaScript
\u7316
Java
\u7316
Json
\u7316
Python
\u7316
Perl
\x{7316}
PHP
\x{7316}
Ruby
\u{7316}
Rust
\u{7316}
Go
\u7316

Web

CSS
\007316
HtmlDecimal
猖
HtmlHexadecimal
猖
Url
%E7%8C%96

Code

MD5
465d85be14ec93b4f609129ea4a7ee3a
Sha1
72a59e2a93bb66626c4b50ce09cc61f255241441
Base64
54yW

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u7316';
console.log(char);  // Output: 猖

Java:

char c = '\u7316';
System.out.println(c);  // Output: 猖

JSON:

{"text": "\u7316"}  // Value: 猖

Python:

char = '\u7316'
print(char)  # Output: 猖

Perl:

my $char = "\x{7316}";
print $char;  # Output: 猖

PHP:

$char = "\x{7316}";
echo $char;  // Output: 猖

Ruby:

char = "\u{7316}"
puts char  # Output: 猖

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007316";  /* Display: 猖 */
}

HTML Decimal:

<p>HTML decimal: &#29462;</p>  <!-- Display: 猖 -->

HTML Hexadecimal:

<p>HTML hex: &#x7316;</p>  <!-- Display: 猖 -->

URL Encoding:

// 猖 URL encoding
https://unicodefinder.com/search.php?query=%E7%8C%96

Encodings

MD5:

465d85be14ec93b4f609129ea4a7ee3a

SHA1:

72a59e2a93bb66626c4b50ce09cc61f255241441

Base64:

54yW