Unicode Finder

"櫟" U+6ADF(CJK UNIFIED IDEOGRAPH-6ADF)

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

Programming

C
\u6ADF
JavaScript
\u6ADF
Java
\u6ADF
Json
\u6ADF
Python
\u6ADF
Perl
\x{6ADF}
PHP
\x{6ADF}
Ruby
\u{6ADF}
Rust
\u{6ADF}
Go
\u6ADF

Web

CSS
\006ADF
HtmlDecimal
櫟
HtmlHexadecimal
櫟
Url
%E6%AB%9F

Code

MD5
d35afce0226f25f49a0434bf164dcc81
Sha1
0fdb7df947ae14905de502f90af8166f45bf9302
Base64
5quf

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6ADF';
console.log(char);  // Output: 櫟

Java:

char c = '\u6ADF';
System.out.println(c);  // Output: 櫟

JSON:

{"text": "\u6ADF"}  // Value: 櫟

Python:

char = '\u6ADF'
print(char)  # Output: 櫟

Perl:

my $char = "\x{6ADF}";
print $char;  # Output: 櫟

PHP:

$char = "\x{6ADF}";
echo $char;  // Output: 櫟

Ruby:

char = "\u{6ADF}"
puts char  # Output: 櫟

Rust:

let c = '\u{6ADF}';
println!("{}", c);  // Output: 櫟

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006ADF";  /* Display: 櫟 */
}

HTML Decimal:

<p>HTML decimal: &#27359;</p>  <!-- Display: 櫟 -->

HTML Hexadecimal:

<p>HTML hex: &#x6ADF;</p>  <!-- Display: 櫟 -->

URL Encoding:

// 櫟 URL encoding
https://unicodefinder.com/search.php?query=%E6%AB%9F

Encodings

MD5:

d35afce0226f25f49a0434bf164dcc81

SHA1:

0fdb7df947ae14905de502f90af8166f45bf9302

Base64:

5quf