C:
char c = '\u668B';
printf("%c\n", c); // Output: 暋
JavaScript:
const char = '\u668B';
console.log(char); // Output: 暋
Java:
char c = '\u668B';
System.out.println(c); // Output: 暋
JSON:
{"text": "\u668B"} // Value: 暋
Python:
char = '\u668B'
print(char) # Output: 暋
Perl:
my $char = "\x{668B}";
print $char; # Output: 暋
PHP:
$char = "\x{668B}";
echo $char; // Output: 暋
Ruby:
char = "\u{668B}"
puts char # Output: 暋
Rust:
let c = '\u{668B}';
println!("{}", c); // Output: 暋
Go:
char := '\u668B'
fmt.Printf("%c\n", char) // Output: 暋
CSS:
/* CSS content property */
.element::before {
content: "\00668B"; /* 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%9A%8B
MD5:
08a2530b9905608c6db79aaff63be6fd
SHA1:
37f8827321724d853de6648d7523c36077b40689
Base64:
5pqL