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