Unicode Finder

"櫽" U+6AFD(CJK UNIFIED IDEOGRAPH-6AFD)

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

Programming

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

Web

CSS
\006AFD
HtmlDecimal
櫽
HtmlHexadecimal
櫽
Url
%E6%AB%BD

Code

MD5
b92fb1db117d4c638075f37f9890ab0f
Sha1
6e3f8e73fa4402fab76523f713c78cffebff6804
Base64
5qu9

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6AFD';
console.log(char);  // Output: 櫽

Java:

char c = '\u6AFD';
System.out.println(c);  // Output: 櫽

JSON:

{"text": "\u6AFD"}  // Value: 櫽

Python:

char = '\u6AFD'
print(char)  # Output: 櫽

Perl:

my $char = "\x{6AFD}";
print $char;  # Output: 櫽

PHP:

$char = "\x{6AFD}";
echo $char;  // Output: 櫽

Ruby:

char = "\u{6AFD}"
puts char  # Output: 櫽

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27389;</p>  <!-- Display: 櫽 -->

HTML Hexadecimal:

<p>HTML hex: &#x6AFD;</p>  <!-- Display: 櫽 -->

URL Encoding:

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

Encodings

MD5:

b92fb1db117d4c638075f37f9890ab0f

SHA1:

6e3f8e73fa4402fab76523f713c78cffebff6804

Base64:

5qu9