Unicode Finder

"欺" U+6B3A(CJK UNIFIED IDEOGRAPH-6B3A)

U+6B3A
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-6B3A

Programming

C
\u6B3A
JavaScript
\u6B3A
Java
\u6B3A
Json
\u6B3A
Python
\u6B3A
Perl
\x{6B3A}
PHP
\x{6B3A}
Ruby
\u{6B3A}
Rust
\u{6B3A}
Go
\u6B3A

Web

CSS
\006B3A
HtmlDecimal
欺
HtmlHexadecimal
欺
Url
%E6%AC%BA

Code

MD5
25e586b4d12bff61bff8326d274eb363
Sha1
9ff45437cf4a6f6595c3e6d184a4a407ab2ee1d4
Base64
5qy6

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6B3A';
console.log(char);  // Output: 欺

Java:

char c = '\u6B3A';
System.out.println(c);  // Output: 欺

JSON:

{"text": "\u6B3A"}  // Value: 欺

Python:

char = '\u6B3A'
print(char)  # Output: 欺

Perl:

my $char = "\x{6B3A}";
print $char;  # Output: 欺

PHP:

$char = "\x{6B3A}";
echo $char;  // Output: 欺

Ruby:

char = "\u{6B3A}"
puts char  # Output: 欺

Rust:

let c = '\u{6B3A}';
println!("{}", c);  // Output: 欺

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006B3A";  /* Display: 欺 */
}

HTML Decimal:

<p>HTML decimal: &#27450;</p>  <!-- Display: 欺 -->

HTML Hexadecimal:

<p>HTML hex: &#x6B3A;</p>  <!-- Display: 欺 -->

URL Encoding:

// 欺 URL encoding
https://unicodefinder.com/search.php?query=%E6%AC%BA

Encodings

MD5:

25e586b4d12bff61bff8326d274eb363

SHA1:

9ff45437cf4a6f6595c3e6d184a4a407ab2ee1d4

Base64:

5qy6