C:
char c = '\u8015';
printf("%c\n", c); // Output: 耕
JavaScript:
const char = '\u8015';
console.log(char); // Output: 耕
Java:
char c = '\u8015';
System.out.println(c); // Output: 耕
JSON:
{"text": "\u8015"} // Value: 耕
Python:
char = '\u8015'
print(char) # Output: 耕
Perl:
my $char = "\x{8015}";
print $char; # Output: 耕
PHP:
$char = "\x{8015}";
echo $char; // Output: 耕
Ruby:
char = "\u{8015}"
puts char # Output: 耕
Rust:
let c = '\u{8015}';
println!("{}", c); // Output: 耕
Go:
char := '\u8015'
fmt.Printf("%c\n", char) // Output: 耕
CSS:
/* CSS content property */
.element::before {
content: "\008015"; /* 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%95
MD5:
326131fdcccf78457fb3d6101e5e8d02
SHA1:
d3a97facd48d99284de12e8fa6ef239395baeac0
Base64:
6ICV