Unicode Finder

"諶" U+8AF6(CJK UNIFIED IDEOGRAPH-8AF6)

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

Programming

C
\u8AF6
JavaScript
\u8AF6
Java
\u8AF6
Json
\u8AF6
Python
\u8AF6
Perl
\x{8AF6}
PHP
\x{8AF6}
Ruby
\u{8AF6}
Rust
\u{8AF6}
Go
\u8AF6

Web

CSS
\008AF6
HtmlDecimal
諶
HtmlHexadecimal
諶
Url
%E8%AB%B6

Code

MD5
4ca9fe28c2db4ce6e1640853e2191fc7
Sha1
e897a301eb29069ec692e2d76b83fea90d4cdd99
Base64
6Ku2

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u8AF6';
console.log(char);  // Output: 諶

Java:

char c = '\u8AF6';
System.out.println(c);  // Output: 諶

JSON:

{"text": "\u8AF6"}  // Value: 諶

Python:

char = '\u8AF6'
print(char)  # Output: 諶

Perl:

my $char = "\x{8AF6}";
print $char;  # Output: 諶

PHP:

$char = "\x{8AF6}";
echo $char;  // Output: 諶

Ruby:

char = "\u{8AF6}"
puts char  # Output: 諶

Rust:

let c = '\u{8AF6}';
println!("{}", c);  // Output: 諶

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008AF6";  /* Display: 諶 */
}

HTML Decimal:

<p>HTML decimal: &#35574;</p>  <!-- Display: 諶 -->

HTML Hexadecimal:

<p>HTML hex: &#x8AF6;</p>  <!-- Display: 諶 -->

URL Encoding:

// 諶 URL encoding
https://unicodefinder.com/search.php?query=%E8%AB%B6

Encodings

MD5:

4ca9fe28c2db4ce6e1640853e2191fc7

SHA1:

e897a301eb29069ec692e2d76b83fea90d4cdd99

Base64:

6Ku2