Unicode Finder

"萵" U+8435(CJK UNIFIED IDEOGRAPH-8435)

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

Programming

C
\u8435
JavaScript
\u8435
Java
\u8435
Json
\u8435
Python
\u8435
Perl
\x{8435}
PHP
\x{8435}
Ruby
\u{8435}
Rust
\u{8435}
Go
\u8435

Web

CSS
\008435
HtmlDecimal
萵
HtmlHexadecimal
萵
Url
%E8%90%B5

Code

MD5
fe14fac6bb96c6939c862400a018054e
Sha1
1b82713a971a5f23a68733ec8f5afbc8cb46ec41
Base64
6JC1

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8435';
console.log(char);  // Output: 萵

Java:

char c = '\u8435';
System.out.println(c);  // Output: 萵

JSON:

{"text": "\u8435"}  // Value: 萵

Python:

char = '\u8435'
print(char)  # Output: 萵

Perl:

my $char = "\x{8435}";
print $char;  # Output: 萵

PHP:

$char = "\x{8435}";
echo $char;  // Output: 萵

Ruby:

char = "\u{8435}"
puts char  # Output: 萵

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008435";  /* Display: 萵 */
}

HTML Decimal:

<p>HTML decimal: &#33845;</p>  <!-- Display: 萵 -->

HTML Hexadecimal:

<p>HTML hex: &#x8435;</p>  <!-- Display: 萵 -->

URL Encoding:

// 萵 URL encoding
https://unicodefinder.com/search.php?query=%E8%90%B5

Encodings

MD5:

fe14fac6bb96c6939c862400a018054e

SHA1:

1b82713a971a5f23a68733ec8f5afbc8cb46ec41

Base64:

6JC1