C:
char c = '\uB17C';
printf("%c\n", c); // Output: 논
JavaScript:
const char = '\uB17C';
console.log(char); // Output: 논
Java:
char c = '\uB17C';
System.out.println(c); // Output: 논
JSON:
{"text": "\uB17C"} // Value: 논
Python:
char = '\uB17C'
print(char) # Output: 논
Perl:
my $char = "\x{B17C}";
print $char; # Output: 논
PHP:
$char = "\x{B17C}";
echo $char; // Output: 논
Ruby:
char = "\u{B17C}"
puts char # Output: 논
Rust:
let c = '\u{B17C}';
println!("{}", c); // Output: 논
Go:
char := '\uB17C'
fmt.Printf("%c\n", char) // Output: 논
CSS:
/* CSS content property */
.element::before {
content: "\00B17C"; /* 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=%EB%85%BC
MD5:
ce573d0fa1a7fd98fbf443c973fb313f
SHA1:
b6372707ca0a87cd0ba07f0544abbcb4fdb1a8c4
Base64:
64W8