Unicode Finder

"椹" U+6939(CJK UNIFIED IDEOGRAPH-6939)

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

Programming

C
\u6939
JavaScript
\u6939
Java
\u6939
Json
\u6939
Python
\u6939
Perl
\x{6939}
PHP
\x{6939}
Ruby
\u{6939}
Rust
\u{6939}
Go
\u6939

Web

CSS
\006939
HtmlDecimal
椹
HtmlHexadecimal
椹
Url
%E6%A4%B9

Code

MD5
9a0c433142790e373c000f5c202fe608
Sha1
9f35e06dc4384a9495543a8276bea7289ed91b5a
Base64
5qS5

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6939';
console.log(char);  // Output: 椹

Java:

char c = '\u6939';
System.out.println(c);  // Output: 椹

JSON:

{"text": "\u6939"}  // Value: 椹

Python:

char = '\u6939'
print(char)  # Output: 椹

Perl:

my $char = "\x{6939}";
print $char;  # Output: 椹

PHP:

$char = "\x{6939}";
echo $char;  // Output: 椹

Ruby:

char = "\u{6939}"
puts char  # Output: 椹

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006939";  /* Display: 椹 */
}

HTML Decimal:

<p>HTML decimal: &#26937;</p>  <!-- Display: 椹 -->

HTML Hexadecimal:

<p>HTML hex: &#x6939;</p>  <!-- Display: 椹 -->

URL Encoding:

// 椹 URL encoding
https://unicodefinder.com/search.php?query=%E6%A4%B9

Encodings

MD5:

9a0c433142790e373c000f5c202fe608

SHA1:

9f35e06dc4384a9495543a8276bea7289ed91b5a

Base64:

5qS5