C:
char c = '\u8014';
printf("%c\n", c); // Output: 耔
JavaScript:
const char = '\u8014';
console.log(char); // Output: 耔
Java:
char c = '\u8014';
System.out.println(c); // Output: 耔
JSON:
{"text": "\u8014"} // Value: 耔
Python:
char = '\u8014'
print(char) # Output: 耔
Perl:
my $char = "\x{8014}";
print $char; # Output: 耔
PHP:
$char = "\x{8014}";
echo $char; // Output: 耔
Ruby:
char = "\u{8014}"
puts char # Output: 耔
Rust:
let c = '\u{8014}';
println!("{}", c); // Output: 耔
Go:
char := '\u8014'
fmt.Printf("%c\n", char) // Output: 耔
CSS:
/* CSS content property */
.element::before {
content: "\008014"; /* 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%94
MD5:
e17a1461f2b834c93450ee937e5430a5
SHA1:
b2045bed48dc7326a39fbfdc0df2d7a9ba05facf
Base64:
6ICU