C:
char c = '\uAE3A';
printf("%c\n", c); // Output: 긺
JavaScript:
const char = '\uAE3A';
console.log(char); // Output: 긺
Java:
char c = '\uAE3A';
System.out.println(c); // Output: 긺
JSON:
{"text": "\uAE3A"} // Value: 긺
Python:
char = '\uAE3A'
print(char) # Output: 긺
Perl:
my $char = "\x{AE3A}";
print $char; # Output: 긺
PHP:
$char = "\x{AE3A}";
echo $char; // Output: 긺
Ruby:
char = "\u{AE3A}"
puts char # Output: 긺
Rust:
let c = '\u{AE3A}';
println!("{}", c); // Output: 긺
Go:
char := '\uAE3A'
fmt.Printf("%c\n", char) // Output: 긺
CSS:
/* CSS content property */
.element::before {
content: "\00AE3A"; /* 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=%EA%B8%BA
MD5:
c6f3ec2eb1975f8c493d3224da0f3a35
SHA1:
bfded6a2cf8e47ceb0dd8876b4ecd70076835f3d
Base64:
6ri6