C:
char c = '\u8038';
printf("%c\n", c); // Output: 耸
JavaScript:
const char = '\u8038';
console.log(char); // Output: 耸
Java:
char c = '\u8038';
System.out.println(c); // Output: 耸
JSON:
{"text": "\u8038"} // Value: 耸
Python:
char = '\u8038'
print(char) # Output: 耸
Perl:
my $char = "\x{8038}";
print $char; # Output: 耸
PHP:
$char = "\x{8038}";
echo $char; // Output: 耸
Ruby:
char = "\u{8038}"
puts char # Output: 耸
Rust:
let c = '\u{8038}';
println!("{}", c); // Output: 耸
Go:
char := '\u8038'
fmt.Printf("%c\n", char) // Output: 耸
CSS:
/* CSS content property */
.element::before {
content: "\008038"; /* 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%B8
MD5:
d95b76fed8b77b09d980ffd0f9a58458
SHA1:
14892a6d4ec121399d839b78104d648bae6ac8bc
Base64:
6IC4