Unicode Finder

"猸" U+7338(CJK UNIFIED IDEOGRAPH-7338)

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

Programming

C
\u7338
JavaScript
\u7338
Java
\u7338
Json
\u7338
Python
\u7338
Perl
\x{7338}
PHP
\x{7338}
Ruby
\u{7338}
Rust
\u{7338}
Go
\u7338

Web

CSS
\007338
HtmlDecimal
猸
HtmlHexadecimal
猸
Url
%E7%8C%B8

Code

MD5
5d262017e39e96df050bda53d3219d1a
Sha1
53a7878338512793eb692d7868615af13ef5c7a3
Base64
54y4

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u7338';
console.log(char);  // Output: 猸

Java:

char c = '\u7338';
System.out.println(c);  // Output: 猸

JSON:

{"text": "\u7338"}  // Value: 猸

Python:

char = '\u7338'
print(char)  # Output: 猸

Perl:

my $char = "\x{7338}";
print $char;  # Output: 猸

PHP:

$char = "\x{7338}";
echo $char;  // Output: 猸

Ruby:

char = "\u{7338}"
puts char  # Output: 猸

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007338";  /* Display: 猸 */
}

HTML Decimal:

<p>HTML decimal: &#29496;</p>  <!-- Display: 猸 -->

HTML Hexadecimal:

<p>HTML hex: &#x7338;</p>  <!-- Display: 猸 -->

URL Encoding:

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

Encodings

MD5:

5d262017e39e96df050bda53d3219d1a

SHA1:

53a7878338512793eb692d7868615af13ef5c7a3

Base64:

54y4