Unicode Finder

"檯" U+6AAF(CJK UNIFIED IDEOGRAPH-6AAF)

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

Programming

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

Web

CSS
\006AAF
HtmlDecimal
檯
HtmlHexadecimal
檯
Url
%E6%AA%AF

Code

MD5
322c2b79c9c003ef621ca3dd7a489ed4
Sha1
f44767c58ea422a1b759bb2a6bb5621b2f9c9b03
Base64
5qqv

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6AAF';
console.log(char);  // Output: 檯

Java:

char c = '\u6AAF';
System.out.println(c);  // Output: 檯

JSON:

{"text": "\u6AAF"}  // Value: 檯

Python:

char = '\u6AAF'
print(char)  # Output: 檯

Perl:

my $char = "\x{6AAF}";
print $char;  # Output: 檯

PHP:

$char = "\x{6AAF}";
echo $char;  // Output: 檯

Ruby:

char = "\u{6AAF}"
puts char  # Output: 檯

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27311;</p>  <!-- Display: 檯 -->

HTML Hexadecimal:

<p>HTML hex: &#x6AAF;</p>  <!-- Display: 檯 -->

URL Encoding:

// 檯 URL encoding
https://unicodefinder.com/search.php?query=%E6%AA%AF

Encodings

MD5:

322c2b79c9c003ef621ca3dd7a489ed4

SHA1:

f44767c58ea422a1b759bb2a6bb5621b2f9c9b03

Base64:

5qqv