C:
char c = '\u8036';
printf("%c\n", c); // Output: 耶
JavaScript:
const char = '\u8036';
console.log(char); // Output: 耶
Java:
char c = '\u8036';
System.out.println(c); // Output: 耶
JSON:
{"text": "\u8036"} // Value: 耶
Python:
char = '\u8036'
print(char) # Output: 耶
Perl:
my $char = "\x{8036}";
print $char; # Output: 耶
PHP:
$char = "\x{8036}";
echo $char; // Output: 耶
Ruby:
char = "\u{8036}"
puts char # Output: 耶
Rust:
let c = '\u{8036}';
println!("{}", c); // Output: 耶
Go:
char := '\u8036'
fmt.Printf("%c\n", char) // Output: 耶
CSS:
/* CSS content property */
.element::before {
content: "\008036"; /* 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%B6
MD5:
7f74405ce652c793c7891c226207ab15
SHA1:
fec783cfa8693de66ecaf851d2d5887f2b573694
Base64:
6IC2