Unicode Finder

"涐" U+6D90(CJK UNIFIED IDEOGRAPH-6D90)

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

Programming

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

Web

CSS
\006D90
HtmlDecimal
涐
HtmlHexadecimal
涐
Url
%E6%B6%90

Code

MD5
6ef23569637a5167b4501096f8a961d5
Sha1
a9ae6107ec1b3d0a47b9c1220481fd2e2043cb55
Base64
5raQ

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6D90';
console.log(char);  // Output: 涐

Java:

char c = '\u6D90';
System.out.println(c);  // Output: 涐

JSON:

{"text": "\u6D90"}  // Value: 涐

Python:

char = '\u6D90'
print(char)  # Output: 涐

Perl:

my $char = "\x{6D90}";
print $char;  # Output: 涐

PHP:

$char = "\x{6D90}";
echo $char;  // Output: 涐

Ruby:

char = "\u{6D90}"
puts char  # Output: 涐

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#28048;</p>  <!-- Display: 涐 -->

HTML Hexadecimal:

<p>HTML hex: &#x6D90;</p>  <!-- Display: 涐 -->

URL Encoding:

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

Encodings

MD5:

6ef23569637a5167b4501096f8a961d5

SHA1:

a9ae6107ec1b3d0a47b9c1220481fd2e2043cb55

Base64:

5raQ