C:
char c = '\uC5C6';
printf("%c\n", c); // Output: 없
JavaScript:
const char = '\uC5C6';
console.log(char); // Output: 없
Java:
char c = '\uC5C6';
System.out.println(c); // Output: 없
JSON:
{"text": "\uC5C6"} // Value: 없
Python:
char = '\uC5C6'
print(char) # Output: 없
Perl:
my $char = "\x{C5C6}";
print $char; # Output: 없
PHP:
$char = "\x{C5C6}";
echo $char; // Output: 없
Ruby:
char = "\u{C5C6}"
puts char # Output: 없
Rust:
let c = '\u{C5C6}';
println!("{}", c); // Output: 없
Go:
char := '\uC5C6'
fmt.Printf("%c\n", char) // Output: 없
CSS:
/* CSS content property */
.element::before {
content: "\00C5C6"; /* 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%97%86
MD5:
73b37326a3428a56cc2ee2fe802a4e66
SHA1:
62d7a1678de8828aa90c65ba83a7abc109ba8d0e
Base64:
7JeG