Unicode Finder

"栴" U+6834(CJK UNIFIED IDEOGRAPH-6834)

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

Programming

C
\u6834
JavaScript
\u6834
Java
\u6834
Json
\u6834
Python
\u6834
Perl
\x{6834}
PHP
\x{6834}
Ruby
\u{6834}
Rust
\u{6834}
Go
\u6834

Web

CSS
\006834
HtmlDecimal
栴
HtmlHexadecimal
栴
Url
%E6%A0%B4

Code

MD5
0d676f4afe5894b2b60fb0950931970e
Sha1
2b331a0c4af17e021c266f81380e5ab8d0e3444a
Base64
5qC0

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u6834';
console.log(char);  // Output: 栴

Java:

char c = '\u6834';
System.out.println(c);  // Output: 栴

JSON:

{"text": "\u6834"}  // Value: 栴

Python:

char = '\u6834'
print(char)  # Output: 栴

Perl:

my $char = "\x{6834}";
print $char;  # Output: 栴

PHP:

$char = "\x{6834}";
echo $char;  // Output: 栴

Ruby:

char = "\u{6834}"
puts char  # Output: 栴

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006834";  /* Display: 栴 */
}

HTML Decimal:

<p>HTML decimal: &#26676;</p>  <!-- Display: 栴 -->

HTML Hexadecimal:

<p>HTML hex: &#x6834;</p>  <!-- Display: 栴 -->

URL Encoding:

// 栴 URL encoding
https://unicodefinder.com/search.php?query=%E6%A0%B4

Encodings

MD5:

0d676f4afe5894b2b60fb0950931970e

SHA1:

2b331a0c4af17e021c266f81380e5ab8d0e3444a

Base64:

5qC0