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