C:
char c = '\u66AB';
printf("%c\n", c); // Output: 暫
JavaScript:
const char = '\u66AB';
console.log(char); // Output: 暫
Java:
char c = '\u66AB';
System.out.println(c); // Output: 暫
JSON:
{"text": "\u66AB"} // Value: 暫
Python:
char = '\u66AB'
print(char) # Output: 暫
Perl:
my $char = "\x{66AB}";
print $char; # Output: 暫
PHP:
$char = "\x{66AB}";
echo $char; // Output: 暫
Ruby:
char = "\u{66AB}"
puts char # Output: 暫
Rust:
let c = '\u{66AB}';
println!("{}", c); // Output: 暫
Go:
char := '\u66AB'
fmt.Printf("%c\n", char) // Output: 暫
CSS:
/* CSS content property */
.element::before {
content: "\0066AB"; /* 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%AB
MD5:
5e1962d485e75a698e1754f0fd99a607
SHA1:
ef8020e667a1b330311ee15ea00bf3d3b0e54e79
Base64:
5pqr