Unicode Finder

"能" U+80FD(CJK UNIFIED IDEOGRAPH-80FD)

U+80FD
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-80FD

Programming

C
\u80FD
JavaScript
\u80FD
Java
\u80FD
Json
\u80FD
Python
\u80FD
Perl
\x{80FD}
PHP
\x{80FD}
Ruby
\u{80FD}
Rust
\u{80FD}
Go
\u80FD

Web

CSS
\0080FD
HtmlDecimal
能
HtmlHexadecimal
能
Url
%E8%83%BD

Code

MD5
9c0479617bfa7539a81938175d94a348
Sha1
7321380d3c7e3b483a4cce8563000ae7c8d305c2
Base64
6IO9

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u80FD';
console.log(char);  // Output: 能

Java:

char c = '\u80FD';
System.out.println(c);  // Output: 能

JSON:

{"text": "\u80FD"}  // Value: 能

Python:

char = '\u80FD'
print(char)  # Output: 能

Perl:

my $char = "\x{80FD}";
print $char;  # Output: 能

PHP:

$char = "\x{80FD}";
echo $char;  // Output: 能

Ruby:

char = "\u{80FD}"
puts char  # Output: 能

Rust:

let c = '\u{80FD}';
println!("{}", c);  // Output: 能

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0080FD";  /* Display: 能 */
}

HTML Decimal:

<p>HTML decimal: &#33021;</p>  <!-- Display: 能 -->

HTML Hexadecimal:

<p>HTML hex: &#x80FD;</p>  <!-- Display: 能 -->

URL Encoding:

// 能 URL encoding
https://unicodefinder.com/search.php?query=%E8%83%BD

Encodings

MD5:

9c0479617bfa7539a81938175d94a348

SHA1:

7321380d3c7e3b483a4cce8563000ae7c8d305c2

Base64:

6IO9