C:
char c = '\u8136';
printf("%c\n", c); // Output: 脶
JavaScript:
const char = '\u8136';
console.log(char); // Output: 脶
Java:
char c = '\u8136';
System.out.println(c); // Output: 脶
JSON:
{"text": "\u8136"} // Value: 脶
Python:
char = '\u8136'
print(char) # Output: 脶
Perl:
my $char = "\x{8136}";
print $char; # Output: 脶
PHP:
$char = "\x{8136}";
echo $char; // Output: 脶
Ruby:
char = "\u{8136}"
puts char # Output: 脶
Rust:
let c = '\u{8136}';
println!("{}", c); // Output: 脶
Go:
char := '\u8136'
fmt.Printf("%c\n", char) // Output: 脶
CSS:
/* CSS content property */
.element::before {
content: "\008136"; /* 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%B6
MD5:
d8283108f7c78f51ff2b41239ac3adb1
SHA1:
2d1bfa4fc31c4acd7800c8dd7155af723eb55d8b
Base64:
6IS2