Unicode Finder

"桷" U+6877(CJK UNIFIED IDEOGRAPH-6877)

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

Programming

C
\u6877
JavaScript
\u6877
Java
\u6877
Json
\u6877
Python
\u6877
Perl
\x{6877}
PHP
\x{6877}
Ruby
\u{6877}
Rust
\u{6877}
Go
\u6877

Web

CSS
\006877
HtmlDecimal
桷
HtmlHexadecimal
桷
Url
%E6%A1%B7

Code

MD5
8e665355a5d9899140f1f7ad53b4d69c
Sha1
0fd58e72f08fb6f87e0da46457fb6f568e0c378a
Base64
5qG3

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u6877';
console.log(char);  // Output: 桷

Java:

char c = '\u6877';
System.out.println(c);  // Output: 桷

JSON:

{"text": "\u6877"}  // Value: 桷

Python:

char = '\u6877'
print(char)  # Output: 桷

Perl:

my $char = "\x{6877}";
print $char;  # Output: 桷

PHP:

$char = "\x{6877}";
echo $char;  // Output: 桷

Ruby:

char = "\u{6877}"
puts char  # Output: 桷

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006877";  /* Display: 桷 */
}

HTML Decimal:

<p>HTML decimal: &#26743;</p>  <!-- Display: 桷 -->

HTML Hexadecimal:

<p>HTML hex: &#x6877;</p>  <!-- Display: 桷 -->

URL Encoding:

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

Encodings

MD5:

8e665355a5d9899140f1f7ad53b4d69c

SHA1:

0fd58e72f08fb6f87e0da46457fb6f568e0c378a

Base64:

5qG3