Unicode Finder

"溁" U+6E81(CJK UNIFIED IDEOGRAPH-6E81)

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

Programming

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

Web

CSS
\006E81
HtmlDecimal
溁
HtmlHexadecimal
溁
Url
%E6%BA%81

Code

MD5
317b7256d335095df9356e14e6547cf1
Sha1
f23058b1f71e76e41d55804d7995c02df5e9b9b8
Base64
5rqB

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6E81';
console.log(char);  // Output: 溁

Java:

char c = '\u6E81';
System.out.println(c);  // Output: 溁

JSON:

{"text": "\u6E81"}  // Value: 溁

Python:

char = '\u6E81'
print(char)  # Output: 溁

Perl:

my $char = "\x{6E81}";
print $char;  # Output: 溁

PHP:

$char = "\x{6E81}";
echo $char;  // Output: 溁

Ruby:

char = "\u{6E81}"
puts char  # Output: 溁

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#28289;</p>  <!-- Display: 溁 -->

HTML Hexadecimal:

<p>HTML hex: &#x6E81;</p>  <!-- Display: 溁 -->

URL Encoding:

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

Encodings

MD5:

317b7256d335095df9356e14e6547cf1

SHA1:

f23058b1f71e76e41d55804d7995c02df5e9b9b8

Base64:

5rqB