Unicode Finder

"歾" U+6B7E(CJK UNIFIED IDEOGRAPH-6B7E)

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

Programming

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

Web

CSS
\006B7E
HtmlDecimal
歾
HtmlHexadecimal
歾
Url
%E6%AD%BE

Code

MD5
7c1a87cbd84cc100274c557871027eaa
Sha1
efbc4ad31a895ecf64496c6a480f7e3e0a688253
Base64
5q2+

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6B7E';
console.log(char);  // Output: 歾

Java:

char c = '\u6B7E';
System.out.println(c);  // Output: 歾

JSON:

{"text": "\u6B7E"}  // Value: 歾

Python:

char = '\u6B7E'
print(char)  # Output: 歾

Perl:

my $char = "\x{6B7E}";
print $char;  # Output: 歾

PHP:

$char = "\x{6B7E}";
echo $char;  // Output: 歾

Ruby:

char = "\u{6B7E}"
puts char  # Output: 歾

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27518;</p>  <!-- Display: 歾 -->

HTML Hexadecimal:

<p>HTML hex: &#x6B7E;</p>  <!-- Display: 歾 -->

URL Encoding:

// 歾 URL encoding
https://unicodefinder.com/search.php?query=%E6%AD%BE

Encodings

MD5:

7c1a87cbd84cc100274c557871027eaa

SHA1:

efbc4ad31a895ecf64496c6a480f7e3e0a688253

Base64:

5q2+