Unicode Finder

"涒" U+6D92(CJK UNIFIED IDEOGRAPH-6D92)

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

Programming

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

Web

CSS
\006D92
HtmlDecimal
涒
HtmlHexadecimal
涒
Url
%E6%B6%92

Code

MD5
ea104fdc779fba0b7203a05d9435d119
Sha1
352a9949dc73b4d2a1567b722384eacef9df0f67
Base64
5raS

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6D92';
console.log(char);  // Output: 涒

Java:

char c = '\u6D92';
System.out.println(c);  // Output: 涒

JSON:

{"text": "\u6D92"}  // Value: 涒

Python:

char = '\u6D92'
print(char)  # Output: 涒

Perl:

my $char = "\x{6D92}";
print $char;  # Output: 涒

PHP:

$char = "\x{6D92}";
echo $char;  // Output: 涒

Ruby:

char = "\u{6D92}"
puts char  # Output: 涒

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#28050;</p>  <!-- Display: 涒 -->

HTML Hexadecimal:

<p>HTML hex: &#x6D92;</p>  <!-- Display: 涒 -->

URL Encoding:

// 涒 URL encoding
https://unicodefinder.com/search.php?query=%E6%B6%92

Encodings

MD5:

ea104fdc779fba0b7203a05d9435d119

SHA1:

352a9949dc73b4d2a1567b722384eacef9df0f67

Base64:

5raS