Unicode Finder

"諆" U+8AC6(CJK UNIFIED IDEOGRAPH-8AC6)

U+8AC6
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-8AC6

Programming

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

Web

CSS
\008AC6
HtmlDecimal
諆
HtmlHexadecimal
諆
Url
%E8%AB%86

Code

MD5
d34e38c7b88963d43b63b67d6b533417
Sha1
6ec0b78e33e85f21e756cd330808c936915b2057
Base64
6KuG

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8AC6';
console.log(char);  // Output: 諆

Java:

char c = '\u8AC6';
System.out.println(c);  // Output: 諆

JSON:

{"text": "\u8AC6"}  // Value: 諆

Python:

char = '\u8AC6'
print(char)  # Output: 諆

Perl:

my $char = "\x{8AC6}";
print $char;  # Output: 諆

PHP:

$char = "\x{8AC6}";
echo $char;  // Output: 諆

Ruby:

char = "\u{8AC6}"
puts char  # Output: 諆

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#35526;</p>  <!-- Display: 諆 -->

HTML Hexadecimal:

<p>HTML hex: &#x8AC6;</p>  <!-- Display: 諆 -->

URL Encoding:

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

Encodings

MD5:

d34e38c7b88963d43b63b67d6b533417

SHA1:

6ec0b78e33e85f21e756cd330808c936915b2057

Base64:

6KuG