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