C:
char c = '\u55B5';
printf("%c\n", c); // Output: 喵
JavaScript:
const char = '\u55B5';
console.log(char); // Output: 喵
Java:
char c = '\u55B5';
System.out.println(c); // Output: 喵
JSON:
{"text": "\u55B5"} // Value: 喵
Python:
char = '\u55B5'
print(char) # Output: 喵
Perl:
my $char = "\x{55B5}";
print $char; # Output: 喵
PHP:
$char = "\x{55B5}";
echo $char; // Output: 喵
Ruby:
char = "\u{55B5}"
puts char # Output: 喵
Rust:
let c = '\u{55B5}';
println!("{}", c); // Output: 喵
Go:
char := '\u55B5'
fmt.Printf("%c\n", char) // Output: 喵
CSS:
/* CSS content property */
.element::before {
content: "\0055B5"; /* 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=%E5%96%B5
MD5:
b43d74d53855e311cd356922fb2d5e98
SHA1:
fbbafec998b293c0c6ae208897fea4ccf698a020
Base64:
5Za1