C:
char c = '\uC91B';
printf("%c\n", c); // Output: 줛
JavaScript:
const char = '\uC91B';
console.log(char); // Output: 줛
Java:
char c = '\uC91B';
System.out.println(c); // Output: 줛
JSON:
{"text": "\uC91B"} // Value: 줛
Python:
char = '\uC91B'
print(char) # Output: 줛
Perl:
my $char = "\x{C91B}";
print $char; # Output: 줛
PHP:
$char = "\x{C91B}";
echo $char; // Output: 줛
Ruby:
char = "\u{C91B}"
puts char # Output: 줛
Rust:
let c = '\u{C91B}';
println!("{}", c); // Output: 줛
Go:
char := '\uC91B'
fmt.Printf("%c\n", char) // Output: 줛
CSS:
/* CSS content property */
.element::before {
content: "\00C91B"; /* 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%9B
MD5:
55cceed74e6cba0a37dfd08d4700fbc1
SHA1:
48ff66204550fddb1d520058ed2c260e9b8d719e
Base64:
7KSb