Unicode Finder

"萹" U+8439(CJK UNIFIED IDEOGRAPH-8439)

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

Programming

C
\u8439
JavaScript
\u8439
Java
\u8439
Json
\u8439
Python
\u8439
Perl
\x{8439}
PHP
\x{8439}
Ruby
\u{8439}
Rust
\u{8439}
Go
\u8439

Web

CSS
\008439
HtmlDecimal
萹
HtmlHexadecimal
萹
Url
%E8%90%B9

Code

MD5
5ae7a1d88581ecfe23c7496326cdd5ed
Sha1
ebbd791bb4a6eeb6a0734fe2a0a5d5c829810cb6
Base64
6JC5

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8439';
console.log(char);  // Output: 萹

Java:

char c = '\u8439';
System.out.println(c);  // Output: 萹

JSON:

{"text": "\u8439"}  // Value: 萹

Python:

char = '\u8439'
print(char)  # Output: 萹

Perl:

my $char = "\x{8439}";
print $char;  # Output: 萹

PHP:

$char = "\x{8439}";
echo $char;  // Output: 萹

Ruby:

char = "\u{8439}"
puts char  # Output: 萹

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008439";  /* Display: 萹 */
}

HTML Decimal:

<p>HTML decimal: &#33849;</p>  <!-- Display: 萹 -->

HTML Hexadecimal:

<p>HTML hex: &#x8439;</p>  <!-- Display: 萹 -->

URL Encoding:

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

Encodings

MD5:

5ae7a1d88581ecfe23c7496326cdd5ed

SHA1:

ebbd791bb4a6eeb6a0734fe2a0a5d5c829810cb6

Base64:

6JC5