Unicode Finder

"茹" U+8339(CJK UNIFIED IDEOGRAPH-8339)

U+8339
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-8339

Programming

C
\u8339
JavaScript
\u8339
Java
\u8339
Json
\u8339
Python
\u8339
Perl
\x{8339}
PHP
\x{8339}
Ruby
\u{8339}
Rust
\u{8339}
Go
\u8339

Web

CSS
\008339
HtmlDecimal
茹
HtmlHexadecimal
茹
Url
%E8%8C%B9

Code

MD5
b886b9d083b7a02c5aaf2b17f5a20e52
Sha1
097d832d8801be9fde8038243f4490227888a9db
Base64
6Iy5

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8339';
console.log(char);  // Output: 茹

Java:

char c = '\u8339';
System.out.println(c);  // Output: 茹

JSON:

{"text": "\u8339"}  // Value: 茹

Python:

char = '\u8339'
print(char)  # Output: 茹

Perl:

my $char = "\x{8339}";
print $char;  # Output: 茹

PHP:

$char = "\x{8339}";
echo $char;  // Output: 茹

Ruby:

char = "\u{8339}"
puts char  # Output: 茹

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008339";  /* Display: 茹 */
}

HTML Decimal:

<p>HTML decimal: &#33593;</p>  <!-- Display: 茹 -->

HTML Hexadecimal:

<p>HTML hex: &#x8339;</p>  <!-- Display: 茹 -->

URL Encoding:

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

Encodings

MD5:

b886b9d083b7a02c5aaf2b17f5a20e52

SHA1:

097d832d8801be9fde8038243f4490227888a9db

Base64:

6Iy5