Unicode Finder

"榼" U+69BC(CJK UNIFIED IDEOGRAPH-69BC)

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

Programming

C
\u69BC
JavaScript
\u69BC
Java
\u69BC
Json
\u69BC
Python
\u69BC
Perl
\x{69BC}
PHP
\x{69BC}
Ruby
\u{69BC}
Rust
\u{69BC}
Go
\u69BC

Web

CSS
\0069BC
HtmlDecimal
榼
HtmlHexadecimal
榼
Url
%E6%A6%BC

Code

MD5
c712072bd2f690ab643725c24a776ebb
Sha1
b7e33355b586bdd9f01c3cfd2a83951611575210
Base64
5qa8

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u69BC';
console.log(char);  // Output: 榼

Java:

char c = '\u69BC';
System.out.println(c);  // Output: 榼

JSON:

{"text": "\u69BC"}  // Value: 榼

Python:

char = '\u69BC'
print(char)  # Output: 榼

Perl:

my $char = "\x{69BC}";
print $char;  # Output: 榼

PHP:

$char = "\x{69BC}";
echo $char;  // Output: 榼

Ruby:

char = "\u{69BC}"
puts char  # Output: 榼

Rust:

let c = '\u{69BC}';
println!("{}", c);  // Output: 榼

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0069BC";  /* Display: 榼 */
}

HTML Decimal:

<p>HTML decimal: &#27068;</p>  <!-- Display: 榼 -->

HTML Hexadecimal:

<p>HTML hex: &#x69BC;</p>  <!-- Display: 榼 -->

URL Encoding:

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

Encodings

MD5:

c712072bd2f690ab643725c24a776ebb

SHA1:

b7e33355b586bdd9f01c3cfd2a83951611575210

Base64:

5qa8