Unicode Finder

"茷" U+8337(CJK UNIFIED IDEOGRAPH-8337)

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

Programming

C
\u8337
JavaScript
\u8337
Java
\u8337
Json
\u8337
Python
\u8337
Perl
\x{8337}
PHP
\x{8337}
Ruby
\u{8337}
Rust
\u{8337}
Go
\u8337

Web

CSS
\008337
HtmlDecimal
茷
HtmlHexadecimal
茷
Url
%E8%8C%B7

Code

MD5
ec79038daa991635469f37db36833319
Sha1
4f3c12d0b6a0897a96ccb35ce913d9a37de70a2f
Base64
6Iy3

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8337';
console.log(char);  // Output: 茷

Java:

char c = '\u8337';
System.out.println(c);  // Output: 茷

JSON:

{"text": "\u8337"}  // Value: 茷

Python:

char = '\u8337'
print(char)  # Output: 茷

Perl:

my $char = "\x{8337}";
print $char;  # Output: 茷

PHP:

$char = "\x{8337}";
echo $char;  // Output: 茷

Ruby:

char = "\u{8337}"
puts char  # Output: 茷

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008337";  /* Display: 茷 */
}

HTML Decimal:

<p>HTML decimal: &#33591;</p>  <!-- Display: 茷 -->

HTML Hexadecimal:

<p>HTML hex: &#x8337;</p>  <!-- Display: 茷 -->

URL Encoding:

// 茷 URL encoding
https://unicodefinder.com/search.php?query=%E8%8C%B7

Encodings

MD5:

ec79038daa991635469f37db36833319

SHA1:

4f3c12d0b6a0897a96ccb35ce913d9a37de70a2f

Base64:

6Iy3