Unicode Finder

"註" U+8A3B(CJK UNIFIED IDEOGRAPH-8A3B)

U+8A3B
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-8A3B

Programming

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

Web

CSS
\008A3B
HtmlDecimal
註
HtmlHexadecimal
註
Url
%E8%A8%BB

Code

MD5
77aefe79176f001d7bf4d07b5d344446
Sha1
b953416a433d8c675e0002303887d7400e270f43
Base64
6Ki7

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8A3B';
console.log(char);  // Output: 註

Java:

char c = '\u8A3B';
System.out.println(c);  // Output: 註

JSON:

{"text": "\u8A3B"}  // Value: 註

Python:

char = '\u8A3B'
print(char)  # Output: 註

Perl:

my $char = "\x{8A3B}";
print $char;  # Output: 註

PHP:

$char = "\x{8A3B}";
echo $char;  // Output: 註

Ruby:

char = "\u{8A3B}"
puts char  # Output: 註

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#35387;</p>  <!-- Display: 註 -->

HTML Hexadecimal:

<p>HTML hex: &#x8A3B;</p>  <!-- Display: 註 -->

URL Encoding:

// 註 URL encoding
https://unicodefinder.com/search.php?query=%E8%A8%BB

Encodings

MD5:

77aefe79176f001d7bf4d07b5d344446

SHA1:

b953416a433d8c675e0002303887d7400e270f43

Base64:

6Ki7