Unicode Finder

"錶" U+9336(CJK UNIFIED IDEOGRAPH-9336)

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

Programming

C
\u9336
JavaScript
\u9336
Java
\u9336
Json
\u9336
Python
\u9336
Perl
\x{9336}
PHP
\x{9336}
Ruby
\u{9336}
Rust
\u{9336}
Go
\u9336

Web

CSS
\009336
HtmlDecimal
錶
HtmlHexadecimal
錶
Url
%E9%8C%B6

Code

MD5
28ad3360bb49bfbd72f8504787fe9d30
Sha1
8e56032f04399d25f002783f2010fca8cce8ef74
Base64
6Yy2

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u9336';
console.log(char);  // Output: 錶

Java:

char c = '\u9336';
System.out.println(c);  // Output: 錶

JSON:

{"text": "\u9336"}  // Value: 錶

Python:

char = '\u9336'
print(char)  # Output: 錶

Perl:

my $char = "\x{9336}";
print $char;  # Output: 錶

PHP:

$char = "\x{9336}";
echo $char;  // Output: 錶

Ruby:

char = "\u{9336}"
puts char  # Output: 錶

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009336";  /* Display: 錶 */
}

HTML Decimal:

<p>HTML decimal: &#37686;</p>  <!-- Display: 錶 -->

HTML Hexadecimal:

<p>HTML hex: &#x9336;</p>  <!-- Display: 錶 -->

URL Encoding:

// 錶 URL encoding
https://unicodefinder.com/search.php?query=%E9%8C%B6

Encodings

MD5:

28ad3360bb49bfbd72f8504787fe9d30

SHA1:

8e56032f04399d25f002783f2010fca8cce8ef74

Base64:

6Yy2