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