C:
char c = '\u8137';
printf("%c\n", c); // Output: 脷
JavaScript:
const char = '\u8137';
console.log(char); // Output: 脷
Java:
char c = '\u8137';
System.out.println(c); // Output: 脷
JSON:
{"text": "\u8137"} // Value: 脷
Python:
char = '\u8137'
print(char) # Output: 脷
Perl:
my $char = "\x{8137}";
print $char; # Output: 脷
PHP:
$char = "\x{8137}";
echo $char; // Output: 脷
Ruby:
char = "\u{8137}"
puts char # Output: 脷
Rust:
let c = '\u{8137}';
println!("{}", c); // Output: 脷
Go:
char := '\u8137'
fmt.Printf("%c\n", char) // Output: 脷
CSS:
/* CSS content property */
.element::before {
content: "\008137"; /* 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%B7
MD5:
80bbd0a0cec8ebeb810a736c5cc0eff1
SHA1:
bc1767030f46def2b96b5b7b722f3eef8e9332a0
Base64:
6IS3