Unicode Finder

"涸" U+6DB8(CJK UNIFIED IDEOGRAPH-6DB8)

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

Programming

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

Web

CSS
\006DB8
HtmlDecimal
涸
HtmlHexadecimal
涸
Url
%E6%B6%B8

Code

MD5
66c61c203a2e3a85819c58477f2080b1
Sha1
b3832ca943da842e69134320cc6033b250462010
Base64
5ra4

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6DB8';
console.log(char);  // Output: 涸

Java:

char c = '\u6DB8';
System.out.println(c);  // Output: 涸

JSON:

{"text": "\u6DB8"}  // Value: 涸

Python:

char = '\u6DB8'
print(char)  # Output: 涸

Perl:

my $char = "\x{6DB8}";
print $char;  # Output: 涸

PHP:

$char = "\x{6DB8}";
echo $char;  // Output: 涸

Ruby:

char = "\u{6DB8}"
puts char  # Output: 涸

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#28088;</p>  <!-- Display: 涸 -->

HTML Hexadecimal:

<p>HTML hex: &#x6DB8;</p>  <!-- Display: 涸 -->

URL Encoding:

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

Encodings

MD5:

66c61c203a2e3a85819c58477f2080b1

SHA1:

b3832ca943da842e69134320cc6033b250462010

Base64:

5ra4