Unicode Finder

"濴" U+6FF4(CJK UNIFIED IDEOGRAPH-6FF4)

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

Programming

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

Web

CSS
\006FF4
HtmlDecimal
濴
HtmlHexadecimal
濴
Url
%E6%BF%B4

Code

MD5
bab7a175c3555f8226384e965671ed5c
Sha1
f1923cd899a7517551cf30d4e3ff2b86ce2ec4dd
Base64
5r+0

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6FF4';
console.log(char);  // Output: 濴

Java:

char c = '\u6FF4';
System.out.println(c);  // Output: 濴

JSON:

{"text": "\u6FF4"}  // Value: 濴

Python:

char = '\u6FF4'
print(char)  # Output: 濴

Perl:

my $char = "\x{6FF4}";
print $char;  # Output: 濴

PHP:

$char = "\x{6FF4}";
echo $char;  // Output: 濴

Ruby:

char = "\u{6FF4}"
puts char  # Output: 濴

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#28660;</p>  <!-- Display: 濴 -->

HTML Hexadecimal:

<p>HTML hex: &#x6FF4;</p>  <!-- Display: 濴 -->

URL Encoding:

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

Encodings

MD5:

bab7a175c3555f8226384e965671ed5c

SHA1:

f1923cd899a7517551cf30d4e3ff2b86ce2ec4dd

Base64:

5r+0