Unicode Finder

"譯" U+8B6F(CJK UNIFIED IDEOGRAPH-8B6F)

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

Programming

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

Web

CSS
\008B6F
HtmlDecimal
譯
HtmlHexadecimal
譯
Url
%E8%AD%AF

Code

MD5
6ebc609f76a78465942976a23e0ab78a
Sha1
c363a6cffe70ca1dee9419ab417fe752845c6a1a
Base64
6K2v

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8B6F';
console.log(char);  // Output: 譯

Java:

char c = '\u8B6F';
System.out.println(c);  // Output: 譯

JSON:

{"text": "\u8B6F"}  // Value: 譯

Python:

char = '\u8B6F'
print(char)  # Output: 譯

Perl:

my $char = "\x{8B6F}";
print $char;  # Output: 譯

PHP:

$char = "\x{8B6F}";
echo $char;  // Output: 譯

Ruby:

char = "\u{8B6F}"
puts char  # Output: 譯

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#35695;</p>  <!-- Display: 譯 -->

HTML Hexadecimal:

<p>HTML hex: &#x8B6F;</p>  <!-- Display: 譯 -->

URL Encoding:

// 譯 URL encoding
https://unicodefinder.com/search.php?query=%E8%AD%AF

Encodings

MD5:

6ebc609f76a78465942976a23e0ab78a

SHA1:

c363a6cffe70ca1dee9419ab417fe752845c6a1a

Base64:

6K2v