Unicode Finder

"櫶" U+6AF6(CJK UNIFIED IDEOGRAPH-6AF6)

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

Programming

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

Web

CSS
\006AF6
HtmlDecimal
櫶
HtmlHexadecimal
櫶
Url
%E6%AB%B6

Code

MD5
9a20b8085a402c19158b3e1f5404a0f3
Sha1
e8f5a8feff734eda0a146029d50904106dfb0e3d
Base64
5qu2

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6AF6';
console.log(char);  // Output: 櫶

Java:

char c = '\u6AF6';
System.out.println(c);  // Output: 櫶

JSON:

{"text": "\u6AF6"}  // Value: 櫶

Python:

char = '\u6AF6'
print(char)  # Output: 櫶

Perl:

my $char = "\x{6AF6}";
print $char;  # Output: 櫶

PHP:

$char = "\x{6AF6}";
echo $char;  // Output: 櫶

Ruby:

char = "\u{6AF6}"
puts char  # Output: 櫶

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27382;</p>  <!-- Display: 櫶 -->

HTML Hexadecimal:

<p>HTML hex: &#x6AF6;</p>  <!-- Display: 櫶 -->

URL Encoding:

// 櫶 URL encoding
https://unicodefinder.com/search.php?query=%E6%AB%B6

Encodings

MD5:

9a20b8085a402c19158b3e1f5404a0f3

SHA1:

e8f5a8feff734eda0a146029d50904106dfb0e3d

Base64:

5qu2