Unicode Finder

"濺" U+6FFA(CJK UNIFIED IDEOGRAPH-6FFA)

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

Programming

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

Web

CSS
\006FFA
HtmlDecimal
濺
HtmlHexadecimal
濺
Url
%E6%BF%BA

Code

MD5
9e345ef4b8cf401e0850b7c39ffe3016
Sha1
aeafa6037e164ef063b9fc3866c31501b9bd2734
Base64
5r+6

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6FFA';
console.log(char);  // Output: 濺

Java:

char c = '\u6FFA';
System.out.println(c);  // Output: 濺

JSON:

{"text": "\u6FFA"}  // Value: 濺

Python:

char = '\u6FFA'
print(char)  # Output: 濺

Perl:

my $char = "\x{6FFA}";
print $char;  # Output: 濺

PHP:

$char = "\x{6FFA}";
echo $char;  // Output: 濺

Ruby:

char = "\u{6FFA}"
puts char  # Output: 濺

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#28666;</p>  <!-- Display: 濺 -->

HTML Hexadecimal:

<p>HTML hex: &#x6FFA;</p>  <!-- Display: 濺 -->

URL Encoding:

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

Encodings

MD5:

9e345ef4b8cf401e0850b7c39ffe3016

SHA1:

aeafa6037e164ef063b9fc3866c31501b9bd2734

Base64:

5r+6