Unicode Finder

"桼" U+687C(CJK UNIFIED IDEOGRAPH-687C)

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

Programming

C
\u687C
JavaScript
\u687C
Java
\u687C
Json
\u687C
Python
\u687C
Perl
\x{687C}
PHP
\x{687C}
Ruby
\u{687C}
Rust
\u{687C}
Go
\u687C

Web

CSS
\00687C
HtmlDecimal
桼
HtmlHexadecimal
桼
Url
%E6%A1%BC

Code

MD5
e4cc56c7c582b9b0ab8a973bfc6abb5f
Sha1
ef7d7d6bdb78d3f7d7ea47eaa94971850e0cd097
Base64
5qG8

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u687C';
console.log(char);  // Output: 桼

Java:

char c = '\u687C';
System.out.println(c);  // Output: 桼

JSON:

{"text": "\u687C"}  // Value: 桼

Python:

char = '\u687C'
print(char)  # Output: 桼

Perl:

my $char = "\x{687C}";
print $char;  # Output: 桼

PHP:

$char = "\x{687C}";
echo $char;  // Output: 桼

Ruby:

char = "\u{687C}"
puts char  # Output: 桼

Rust:

let c = '\u{687C}';
println!("{}", c);  // Output: 桼

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00687C";  /* Display: 桼 */
}

HTML Decimal:

<p>HTML decimal: &#26748;</p>  <!-- Display: 桼 -->

HTML Hexadecimal:

<p>HTML hex: &#x687C;</p>  <!-- Display: 桼 -->

URL Encoding:

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

Encodings

MD5:

e4cc56c7c582b9b0ab8a973bfc6abb5f

SHA1:

ef7d7d6bdb78d3f7d7ea47eaa94971850e0cd097

Base64:

5qG8