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