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