C:
char c = '\u8008';
printf("%c\n", c); // Output: 耈
JavaScript:
const char = '\u8008';
console.log(char); // Output: 耈
Java:
char c = '\u8008';
System.out.println(c); // Output: 耈
JSON:
{"text": "\u8008"} // Value: 耈
Python:
char = '\u8008'
print(char) # Output: 耈
Perl:
my $char = "\x{8008}";
print $char; # Output: 耈
PHP:
$char = "\x{8008}";
echo $char; // Output: 耈
Ruby:
char = "\u{8008}"
puts char # Output: 耈
Rust:
let c = '\u{8008}';
println!("{}", c); // Output: 耈
Go:
char := '\u8008'
fmt.Printf("%c\n", char) // Output: 耈
CSS:
/* CSS content property */
.element::before {
content: "\008008"; /* 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%88
MD5:
fdd9627873bf5234005aebe6dc5949dd
SHA1:
212c8e51f53f1898fba7e589a5320ddbf51552f7
Base64:
6ICI