C:
char c = '\u8013';
printf("%c\n", c); // Output: 耓
JavaScript:
const char = '\u8013';
console.log(char); // Output: 耓
Java:
char c = '\u8013';
System.out.println(c); // Output: 耓
JSON:
{"text": "\u8013"} // Value: 耓
Python:
char = '\u8013'
print(char) # Output: 耓
Perl:
my $char = "\x{8013}";
print $char; # Output: 耓
PHP:
$char = "\x{8013}";
echo $char; // Output: 耓
Ruby:
char = "\u{8013}"
puts char # Output: 耓
Rust:
let c = '\u{8013}';
println!("{}", c); // Output: 耓
Go:
char := '\u8013'
fmt.Printf("%c\n", char) // Output: 耓
CSS:
/* CSS content property */
.element::before {
content: "\008013"; /* 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%93
MD5:
7f3efc17f1e2c6fee60cd2ef22955d05
SHA1:
5df261f19c9403e46fc7c2059f4a215e19c610f2
Base64:
6ICT