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