C:
char c = '\u810A';
printf("%c\n", c); // Output: 脊
JavaScript:
const char = '\u810A';
console.log(char); // Output: 脊
Java:
char c = '\u810A';
System.out.println(c); // Output: 脊
JSON:
{"text": "\u810A"} // Value: 脊
Python:
char = '\u810A'
print(char) # Output: 脊
Perl:
my $char = "\x{810A}";
print $char; # Output: 脊
PHP:
$char = "\x{810A}";
echo $char; // Output: 脊
Ruby:
char = "\u{810A}"
puts char # Output: 脊
Rust:
let c = '\u{810A}';
println!("{}", c); // Output: 脊
Go:
char := '\u810A'
fmt.Printf("%c\n", char) // Output: 脊
CSS:
/* CSS content property */
.element::before {
content: "\00810A"; /* 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%8A
MD5:
7862d95b715700fde77590dbe77f89b3
SHA1:
d6e615e147ee78047bdad09ba37a6bc79fef2dea
Base64:
6ISK