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: 濺
CSS:
/* CSS content property */
.element::before {
content: "\006FFA"; /* Display: 濺 */
}
HTML Decimal:
<p>HTML decimal: 濺</p> <!-- Display: 濺 -->
HTML Hexadecimal:
<p>HTML hex: 濺</p> <!-- Display: 濺 -->
URL Encoding:
// 濺 URL encoding
https://unicodefinder.com/search.php?query=%E6%BF%BA
MD5:
9e345ef4b8cf401e0850b7c39ffe3016
SHA1:
aeafa6037e164ef063b9fc3866c31501b9bd2734
Base64:
5r+6