Unicode Finder

"櫻" U+6AFB(CJK UNIFIED IDEOGRAPH-6AFB)

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

Programming

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

Web

CSS
\006AFB
HtmlDecimal
櫻
HtmlHexadecimal
櫻
Url
%E6%AB%BB

Code

MD5
59e408a7fe0d8b0ed0d31f43032750b8
Sha1
4f7f93906c63984ebfcec289184c2f217b6174f3
Base64
5qu7

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6AFB';
console.log(char);  // Output: 櫻

Java:

char c = '\u6AFB';
System.out.println(c);  // Output: 櫻

JSON:

{"text": "\u6AFB"}  // Value: 櫻

Python:

char = '\u6AFB'
print(char)  # Output: 櫻

Perl:

my $char = "\x{6AFB}";
print $char;  # Output: 櫻

PHP:

$char = "\x{6AFB}";
echo $char;  // Output: 櫻

Ruby:

char = "\u{6AFB}"
puts char  # Output: 櫻

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27387;</p>  <!-- Display: 櫻 -->

HTML Hexadecimal:

<p>HTML hex: &#x6AFB;</p>  <!-- Display: 櫻 -->

URL Encoding:

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

Encodings

MD5:

59e408a7fe0d8b0ed0d31f43032750b8

SHA1:

4f7f93906c63984ebfcec289184c2f217b6174f3

Base64:

5qu7