C:
char c = '\u812B';
printf("%c\n", c); // Output: 脫
JavaScript:
const char = '\u812B';
console.log(char); // Output: 脫
Java:
char c = '\u812B';
System.out.println(c); // Output: 脫
JSON:
{"text": "\u812B"} // Value: 脫
Python:
char = '\u812B'
print(char) # Output: 脫
Perl:
my $char = "\x{812B}";
print $char; # Output: 脫
PHP:
$char = "\x{812B}";
echo $char; // Output: 脫
Ruby:
char = "\u{812B}"
puts char # Output: 脫
Rust:
let c = '\u{812B}';
println!("{}", c); // Output: 脫
Go:
char := '\u812B'
fmt.Printf("%c\n", char) // Output: 脫
CSS:
/* CSS content property */
.element::before {
content: "\00812B"; /* 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=%E8%84%AB
MD5:
f6dade3b17c26c43125da9f19a2449ff
SHA1:
dfd7f0602e28459e23fcef0db25dd1728a079294
Base64:
6ISr