Unicode Finder

"椸" U+6938(CJK UNIFIED IDEOGRAPH-6938)

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

Programming

C
\u6938
JavaScript
\u6938
Java
\u6938
Json
\u6938
Python
\u6938
Perl
\x{6938}
PHP
\x{6938}
Ruby
\u{6938}
Rust
\u{6938}
Go
\u6938

Web

CSS
\006938
HtmlDecimal
椸
HtmlHexadecimal
椸
Url
%E6%A4%B8

Code

MD5
af72450687e4529e12ad4987abac0ca0
Sha1
514935aadb456e0b8d391ddad5b30d3d6836c982
Base64
5qS4

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u6938';
console.log(char);  // Output: 椸

Java:

char c = '\u6938';
System.out.println(c);  // Output: 椸

JSON:

{"text": "\u6938"}  // Value: 椸

Python:

char = '\u6938'
print(char)  # Output: 椸

Perl:

my $char = "\x{6938}";
print $char;  # Output: 椸

PHP:

$char = "\x{6938}";
echo $char;  // Output: 椸

Ruby:

char = "\u{6938}"
puts char  # Output: 椸

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006938";  /* Display: 椸 */
}

HTML Decimal:

<p>HTML decimal: &#26936;</p>  <!-- Display: 椸 -->

HTML Hexadecimal:

<p>HTML hex: &#x6938;</p>  <!-- Display: 椸 -->

URL Encoding:

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

Encodings

MD5:

af72450687e4529e12ad4987abac0ca0

SHA1:

514935aadb456e0b8d391ddad5b30d3d6836c982

Base64:

5qS4