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