Unicode Finder

"椷" U+6937(CJK UNIFIED IDEOGRAPH-6937)

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

Programming

C
\u6937
JavaScript
\u6937
Java
\u6937
Json
\u6937
Python
\u6937
Perl
\x{6937}
PHP
\x{6937}
Ruby
\u{6937}
Rust
\u{6937}
Go
\u6937

Web

CSS
\006937
HtmlDecimal
椷
HtmlHexadecimal
椷
Url
%E6%A4%B7

Code

MD5
4ead94f9a88b8e4eead59e3fba09a112
Sha1
da0b410cb0ffc2007d1629b304626aa75e76537d
Base64
5qS3

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u6937';
console.log(char);  // Output: 椷

Java:

char c = '\u6937';
System.out.println(c);  // Output: 椷

JSON:

{"text": "\u6937"}  // Value: 椷

Python:

char = '\u6937'
print(char)  # Output: 椷

Perl:

my $char = "\x{6937}";
print $char;  # Output: 椷

PHP:

$char = "\x{6937}";
echo $char;  // Output: 椷

Ruby:

char = "\u{6937}"
puts char  # Output: 椷

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006937";  /* Display: 椷 */
}

HTML Decimal:

<p>HTML decimal: &#26935;</p>  <!-- Display: 椷 -->

HTML Hexadecimal:

<p>HTML hex: &#x6937;</p>  <!-- Display: 椷 -->

URL Encoding:

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

Encodings

MD5:

4ead94f9a88b8e4eead59e3fba09a112

SHA1:

da0b410cb0ffc2007d1629b304626aa75e76537d

Base64:

5qS3