Unicode Finder

"根" U+6839(CJK UNIFIED IDEOGRAPH-6839)

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

Programming

C
\u6839
JavaScript
\u6839
Java
\u6839
Json
\u6839
Python
\u6839
Perl
\x{6839}
PHP
\x{6839}
Ruby
\u{6839}
Rust
\u{6839}
Go
\u6839

Web

CSS
\006839
HtmlDecimal
根
HtmlHexadecimal
根
Url
%E6%A0%B9

Code

MD5
99ef7b0d0959faa61bef232697dae9c4
Sha1
204efde944c5ba077d8666533fa22f5857ed0f6d
Base64
5qC5

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u6839';
console.log(char);  // Output: 根

Java:

char c = '\u6839';
System.out.println(c);  // Output: 根

JSON:

{"text": "\u6839"}  // Value: 根

Python:

char = '\u6839'
print(char)  # Output: 根

Perl:

my $char = "\x{6839}";
print $char;  # Output: 根

PHP:

$char = "\x{6839}";
echo $char;  // Output: 根

Ruby:

char = "\u{6839}"
puts char  # Output: 根

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006839";  /* Display: 根 */
}

HTML Decimal:

<p>HTML decimal: &#26681;</p>  <!-- Display: 根 -->

HTML Hexadecimal:

<p>HTML hex: &#x6839;</p>  <!-- Display: 根 -->

URL Encoding:

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

Encodings

MD5:

99ef7b0d0959faa61bef232697dae9c4

SHA1:

204efde944c5ba077d8666533fa22f5857ed0f6d

Base64:

5qC5