C:
char c = '\u673B';
printf("%c\n", c); // Output: 朻
JavaScript:
const char = '\u673B';
console.log(char); // Output: 朻
Java:
char c = '\u673B';
System.out.println(c); // Output: 朻
JSON:
{"text": "\u673B"} // Value: 朻
Python:
char = '\u673B'
print(char) # Output: 朻
Perl:
my $char = "\x{673B}";
print $char; # Output: 朻
PHP:
$char = "\x{673B}";
echo $char; // Output: 朻
Ruby:
char = "\u{673B}"
puts char # Output: 朻
Rust:
let c = '\u{673B}';
println!("{}", c); // Output: 朻
Go:
char := '\u673B'
fmt.Printf("%c\n", char) // Output: 朻
CSS:
/* CSS content property */
.element::before {
content: "\00673B"; /* 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=%E6%9C%BB
MD5:
af95ca1d4797b24a8b242e8e1b0819da
SHA1:
3e22d617c3ad2b4d71ad75eb1b5d24abd9412fba
Base64:
5py7