C:
char c = '\u803E';
printf("%c\n", c); // Output: 耾
JavaScript:
const char = '\u803E';
console.log(char); // Output: 耾
Java:
char c = '\u803E';
System.out.println(c); // Output: 耾
JSON:
{"text": "\u803E"} // Value: 耾
Python:
char = '\u803E'
print(char) # Output: 耾
Perl:
my $char = "\x{803E}";
print $char; # Output: 耾
PHP:
$char = "\x{803E}";
echo $char; // Output: 耾
Ruby:
char = "\u{803E}"
puts char # Output: 耾
Rust:
let c = '\u{803E}';
println!("{}", c); // Output: 耾
Go:
char := '\u803E'
fmt.Printf("%c\n", char) // Output: 耾
CSS:
/* CSS content property */
.element::before {
content: "\00803E"; /* 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%BE
MD5:
d56fa0edf218da0016f499f9fc669b7c
SHA1:
c6859e9e54ba569512864e0675e2e7772494efb0
Base64:
6IC+