C:
char c = '\u6E9C';
printf("%c\n", c); // Output: 溜
JavaScript:
const char = '\u6E9C';
console.log(char); // Output: 溜
Java:
char c = '\u6E9C';
System.out.println(c); // Output: 溜
JSON:
{"text": "\u6E9C"} // Value: 溜
Python:
char = '\u6E9C'
print(char) # Output: 溜
Perl:
my $char = "\x{6E9C}";
print $char; # Output: 溜
PHP:
$char = "\x{6E9C}";
echo $char; // Output: 溜
Ruby:
char = "\u{6E9C}"
puts char # Output: 溜
Rust:
let c = '\u{6E9C}';
println!("{}", c); // Output: 溜
Go:
char := '\u6E9C'
fmt.Printf("%c\n", char) // Output: 溜
CSS:
/* CSS content property */
.element::before {
content: "\006E9C"; /* 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%BA%9C
MD5:
166cd5d6f1faa6cdce4324f0a370235a
SHA1:
7d7af2df7fe58d4d5b962dad65d780e87b79a8f2
Base64:
5rqc