Unicode Finder

"榶" U+69B6(CJK UNIFIED IDEOGRAPH-69B6)

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

Programming

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

Web

CSS
\0069B6
HtmlDecimal
榶
HtmlHexadecimal
榶
Url
%E6%A6%B6

Code

MD5
482ad1ab913e94e56cb4c92855ff91f6
Sha1
ffbed9116c900fd7d4d9d43c53d6b4d92f34e8fe
Base64
5qa2

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u69B6';
console.log(char);  // Output: 榶

Java:

char c = '\u69B6';
System.out.println(c);  // Output: 榶

JSON:

{"text": "\u69B6"}  // Value: 榶

Python:

char = '\u69B6'
print(char)  # Output: 榶

Perl:

my $char = "\x{69B6}";
print $char;  # Output: 榶

PHP:

$char = "\x{69B6}";
echo $char;  // Output: 榶

Ruby:

char = "\u{69B6}"
puts char  # Output: 榶

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27062;</p>  <!-- Display: 榶 -->

HTML Hexadecimal:

<p>HTML hex: &#x69B6;</p>  <!-- Display: 榶 -->

URL Encoding:

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

Encodings

MD5:

482ad1ab913e94e56cb4c92855ff91f6

SHA1:

ffbed9116c900fd7d4d9d43c53d6b4d92f34e8fe

Base64:

5qa2