Unicode Finder

"儻" U+513B(CJK UNIFIED IDEOGRAPH-513B)

U+513B
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-513B

Programming

C
\u513B
JavaScript
\u513B
Java
\u513B
Json
\u513B
Python
\u513B
Perl
\x{513B}
PHP
\x{513B}
Ruby
\u{513B}
Rust
\u{513B}
Go
\u513B

Web

CSS
\00513B
HtmlDecimal
儻
HtmlHexadecimal
儻
Url
%E5%84%BB

Code

MD5
7fcfbedb459b3bb51e1359b3418df9b1
Sha1
654f2ce278b5878d82c90973cf8b1d6b61f84e8c
Base64
5YS7

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u513B';
console.log(char);  // Output: 儻

Java:

char c = '\u513B';
System.out.println(c);  // Output: 儻

JSON:

{"text": "\u513B"}  // Value: 儻

Python:

char = '\u513B'
print(char)  # Output: 儻

Perl:

my $char = "\x{513B}";
print $char;  # Output: 儻

PHP:

$char = "\x{513B}";
echo $char;  // Output: 儻

Ruby:

char = "\u{513B}"
puts char  # Output: 儻

Rust:

let c = '\u{513B}';
println!("{}", c);  // Output: 儻

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00513B";  /* Display: 儻 */
}

HTML Decimal:

<p>HTML decimal: &#20795;</p>  <!-- Display: 儻 -->

HTML Hexadecimal:

<p>HTML hex: &#x513B;</p>  <!-- Display: 儻 -->

URL Encoding:

// 儻 URL encoding
https://unicodefinder.com/search.php?query=%E5%84%BB

Encodings

MD5:

7fcfbedb459b3bb51e1359b3418df9b1

SHA1:

654f2ce278b5878d82c90973cf8b1d6b61f84e8c

Base64:

5YS7