C:
char c = '\u8010';
printf("%c\n", c); // Output: 耐
JavaScript:
const char = '\u8010';
console.log(char); // Output: 耐
Java:
char c = '\u8010';
System.out.println(c); // Output: 耐
JSON:
{"text": "\u8010"} // Value: 耐
Python:
char = '\u8010'
print(char) # Output: 耐
Perl:
my $char = "\x{8010}";
print $char; # Output: 耐
PHP:
$char = "\x{8010}";
echo $char; // Output: 耐
Ruby:
char = "\u{8010}"
puts char # Output: 耐
Rust:
let c = '\u{8010}';
println!("{}", c); // Output: 耐
Go:
char := '\u8010'
fmt.Printf("%c\n", char) // Output: 耐
CSS:
/* CSS content property */
.element::before {
content: "\008010"; /* 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%90
MD5:
db326e42e4850671332485312a166acf
SHA1:
089931c87454a364e9438a1db10598aa879860a3
Base64:
6ICQ