Unicode Finder

"楶" U+6976(CJK UNIFIED IDEOGRAPH-6976)

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

Programming

C
\u6976
JavaScript
\u6976
Java
\u6976
Json
\u6976
Python
\u6976
Perl
\x{6976}
PHP
\x{6976}
Ruby
\u{6976}
Rust
\u{6976}
Go
\u6976

Web

CSS
\006976
HtmlDecimal
楶
HtmlHexadecimal
楶
Url
%E6%A5%B6

Code

MD5
2ff77ea5a86e46f57ce72f0a459630fd
Sha1
9e9a6cf45a00f5ac821b462c995456db2224474c
Base64
5qW2

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6976';
console.log(char);  // Output: 楶

Java:

char c = '\u6976';
System.out.println(c);  // Output: 楶

JSON:

{"text": "\u6976"}  // Value: 楶

Python:

char = '\u6976'
print(char)  # Output: 楶

Perl:

my $char = "\x{6976}";
print $char;  # Output: 楶

PHP:

$char = "\x{6976}";
echo $char;  // Output: 楶

Ruby:

char = "\u{6976}"
puts char  # Output: 楶

Rust:

let c = '\u{6976}';
println!("{}", c);  // Output: 楶

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006976";  /* Display: 楶 */
}

HTML Decimal:

<p>HTML decimal: &#26998;</p>  <!-- Display: 楶 -->

HTML Hexadecimal:

<p>HTML hex: &#x6976;</p>  <!-- Display: 楶 -->

URL Encoding:

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

Encodings

MD5:

2ff77ea5a86e46f57ce72f0a459630fd

SHA1:

9e9a6cf45a00f5ac821b462c995456db2224474c

Base64:

5qW2