C:
char c = '\uC90B';
printf("%c\n", c); // Output: 줋
JavaScript:
const char = '\uC90B';
console.log(char); // Output: 줋
Java:
char c = '\uC90B';
System.out.println(c); // Output: 줋
JSON:
{"text": "\uC90B"} // Value: 줋
Python:
char = '\uC90B'
print(char) # Output: 줋
Perl:
my $char = "\x{C90B}";
print $char; # Output: 줋
PHP:
$char = "\x{C90B}";
echo $char; // Output: 줋
Ruby:
char = "\u{C90B}"
puts char # Output: 줋
Rust:
let c = '\u{C90B}';
println!("{}", c); // Output: 줋
Go:
char := '\uC90B'
fmt.Printf("%c\n", char) // Output: 줋
CSS:
/* CSS content property */
.element::before {
content: "\00C90B"; /* 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=%EC%A4%8B
MD5:
a5cda4d0447df179d91e901096e64106
SHA1:
41756b70f0eb789728c87784c06a0023d20901bc
Base64:
7KSL