Unicode Finder

"楷" U+6977(CJK UNIFIED IDEOGRAPH-6977)

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

Programming

C
\u6977
JavaScript
\u6977
Java
\u6977
Json
\u6977
Python
\u6977
Perl
\x{6977}
PHP
\x{6977}
Ruby
\u{6977}
Rust
\u{6977}
Go
\u6977

Web

CSS
\006977
HtmlDecimal
楷
HtmlHexadecimal
楷
Url
%E6%A5%B7

Code

MD5
a67607d7b6dc8b2d4d5c0a5e18aa75a0
Sha1
f30f42d6705bc533227f5339c402e54be1880deb
Base64
5qW3

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6977';
console.log(char);  // Output: 楷

Java:

char c = '\u6977';
System.out.println(c);  // Output: 楷

JSON:

{"text": "\u6977"}  // Value: 楷

Python:

char = '\u6977'
print(char)  # Output: 楷

Perl:

my $char = "\x{6977}";
print $char;  # Output: 楷

PHP:

$char = "\x{6977}";
echo $char;  // Output: 楷

Ruby:

char = "\u{6977}"
puts char  # Output: 楷

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006977";  /* Display: 楷 */
}

HTML Decimal:

<p>HTML decimal: &#26999;</p>  <!-- Display: 楷 -->

HTML Hexadecimal:

<p>HTML hex: &#x6977;</p>  <!-- Display: 楷 -->

URL Encoding:

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

Encodings

MD5:

a67607d7b6dc8b2d4d5c0a5e18aa75a0

SHA1:

f30f42d6705bc533227f5339c402e54be1880deb

Base64:

5qW3