C:
char c = '\u8135';
printf("%c\n", c); // Output: 脵
JavaScript:
const char = '\u8135';
console.log(char); // Output: 脵
Java:
char c = '\u8135';
System.out.println(c); // Output: 脵
JSON:
{"text": "\u8135"} // Value: 脵
Python:
char = '\u8135'
print(char) # Output: 脵
Perl:
my $char = "\x{8135}";
print $char; # Output: 脵
PHP:
$char = "\x{8135}";
echo $char; // Output: 脵
Ruby:
char = "\u{8135}"
puts char # Output: 脵
Rust:
let c = '\u{8135}';
println!("{}", c); // Output: 脵
Go:
char := '\u8135'
fmt.Printf("%c\n", char) // Output: 脵
CSS:
/* CSS content property */
.element::before {
content: "\008135"; /* 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%B5
MD5:
39a5e3facd2f71ab6cfc831cfd61286c
SHA1:
5ce040597db8cf023d36b991b4cb1ded73876ef8
Base64:
6IS1