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