Unicode Finder

"水" U+6C34(CJK UNIFIED IDEOGRAPH-6C34)

U+6C34
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-6C34

Programming

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

Web

CSS
\006C34
HtmlDecimal
水
HtmlHexadecimal
水
Url
%E6%B0%B4

Code

MD5
eab619fba24a1ea828eebee4f54a138f
Sha1
8ffbf192934ab70cfcd0ebfc589758044ceeb74b
Base64
5rC0

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6C34';
console.log(char);  // Output: 水

Java:

char c = '\u6C34';
System.out.println(c);  // Output: 水

JSON:

{"text": "\u6C34"}  // Value: 水

Python:

char = '\u6C34'
print(char)  # Output: 水

Perl:

my $char = "\x{6C34}";
print $char;  # Output: 水

PHP:

$char = "\x{6C34}";
echo $char;  // Output: 水

Ruby:

char = "\u{6C34}"
puts char  # Output: 水

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27700;</p>  <!-- Display: 水 -->

HTML Hexadecimal:

<p>HTML hex: &#x6C34;</p>  <!-- Display: 水 -->

URL Encoding:

// 水 URL encoding
https://unicodefinder.com/search.php?query=%E6%B0%B4

Encodings

MD5:

eab619fba24a1ea828eebee4f54a138f

SHA1:

8ffbf192934ab70cfcd0ebfc589758044ceeb74b

Base64:

5rC0