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