Unicode Finder

"檶" U+6AB6(CJK UNIFIED IDEOGRAPH-6AB6)

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

Programming

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

Web

CSS
\006AB6
HtmlDecimal
檶
HtmlHexadecimal
檶
Url
%E6%AA%B6

Code

MD5
f051151e97431dec5ab6a66844d8c94f
Sha1
a97a005c89eb382feea4e8e8aee1caff0a6b640d
Base64
5qq2

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6AB6';
console.log(char);  // Output: 檶

Java:

char c = '\u6AB6';
System.out.println(c);  // Output: 檶

JSON:

{"text": "\u6AB6"}  // Value: 檶

Python:

char = '\u6AB6'
print(char)  # Output: 檶

Perl:

my $char = "\x{6AB6}";
print $char;  # Output: 檶

PHP:

$char = "\x{6AB6}";
echo $char;  // Output: 檶

Ruby:

char = "\u{6AB6}"
puts char  # Output: 檶

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27318;</p>  <!-- Display: 檶 -->

HTML Hexadecimal:

<p>HTML hex: &#x6AB6;</p>  <!-- Display: 檶 -->

URL Encoding:

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

Encodings

MD5:

f051151e97431dec5ab6a66844d8c94f

SHA1:

a97a005c89eb382feea4e8e8aee1caff0a6b640d

Base64:

5qq2