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