C:
char c = '\u8039';
printf("%c\n", c); // Output: 耹
JavaScript:
const char = '\u8039';
console.log(char); // Output: 耹
Java:
char c = '\u8039';
System.out.println(c); // Output: 耹
JSON:
{"text": "\u8039"} // Value: 耹
Python:
char = '\u8039'
print(char) # Output: 耹
Perl:
my $char = "\x{8039}";
print $char; # Output: 耹
PHP:
$char = "\x{8039}";
echo $char; // Output: 耹
Ruby:
char = "\u{8039}"
puts char # Output: 耹
Rust:
let c = '\u{8039}';
println!("{}", c); // Output: 耹
Go:
char := '\u8039'
fmt.Printf("%c\n", char) // Output: 耹
CSS:
/* CSS content property */
.element::before {
content: "\008039"; /* 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%80%B9
MD5:
1df498b9a537899705825f91bb359997
SHA1:
4a7fe943b9be3dd9908113e9198caa99ebb3add6
Base64:
6IC5