C:
char c = '\u8019';
printf("%c\n", c); // Output: 耙
JavaScript:
const char = '\u8019';
console.log(char); // Output: 耙
Java:
char c = '\u8019';
System.out.println(c); // Output: 耙
JSON:
{"text": "\u8019"} // Value: 耙
Python:
char = '\u8019'
print(char) # Output: 耙
Perl:
my $char = "\x{8019}";
print $char; # Output: 耙
PHP:
$char = "\x{8019}";
echo $char; // Output: 耙
Ruby:
char = "\u{8019}"
puts char # Output: 耙
Rust:
let c = '\u{8019}';
println!("{}", c); // Output: 耙
Go:
char := '\u8019'
fmt.Printf("%c\n", char) // Output: 耙
CSS:
/* CSS content property */
.element::before {
content: "\008019"; /* 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%99
MD5:
97436079ba585ca786ede70e9040fd03
SHA1:
89e15347e05eea285defb654293da7a86e190123
Base64:
6ICZ