Unicode Finder

"櫴" U+6AF4(CJK UNIFIED IDEOGRAPH-6AF4)

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

Programming

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

Web

CSS
\006AF4
HtmlDecimal
櫴
HtmlHexadecimal
櫴
Url
%E6%AB%B4

Code

MD5
c5f90f2931cb45a5f79d59666b38daed
Sha1
b444a8361e22765f72b0f12dbf69547b98e900cf
Base64
5qu0

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6AF4';
console.log(char);  // Output: 櫴

Java:

char c = '\u6AF4';
System.out.println(c);  // Output: 櫴

JSON:

{"text": "\u6AF4"}  // Value: 櫴

Python:

char = '\u6AF4'
print(char)  # Output: 櫴

Perl:

my $char = "\x{6AF4}";
print $char;  # Output: 櫴

PHP:

$char = "\x{6AF4}";
echo $char;  // Output: 櫴

Ruby:

char = "\u{6AF4}"
puts char  # Output: 櫴

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27380;</p>  <!-- Display: 櫴 -->

HTML Hexadecimal:

<p>HTML hex: &#x6AF4;</p>  <!-- Display: 櫴 -->

URL Encoding:

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

Encodings

MD5:

c5f90f2931cb45a5f79d59666b38daed

SHA1:

b444a8361e22765f72b0f12dbf69547b98e900cf

Base64:

5qu0