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