Unicode Finder

"噶" U+5676(CJK UNIFIED IDEOGRAPH-5676)

U+5676
Nome del Blocco
CJK Unified Ideographs
Nome
CJK UNIFIED IDEOGRAPH-5676

Programming

C
\u5676
JavaScript
\u5676
Java
\u5676
Json
\u5676
Python
\u5676
Perl
\x{5676}
PHP
\x{5676}
Ruby
\u{5676}
Rust
\u{5676}
Go
\u5676

Web

CSS
\005676
HtmlDecimal
噶
HtmlHexadecimal
噶
Url
%E5%99%B6

Code

MD5
573c627875af58ee312aa41e845ca209
Sha1
cb95fb3eb3d731bb6a7362516833685efee48d42
Base64
5Zm2

Esempi di Utilizzo

Programming Languages

C:

char c = '\u5676';
printf("%c\n", c);  // Output: 噶

JavaScript:

const char = '\u5676';
console.log(char);  // Output: 噶

Java:

char c = '\u5676';
System.out.println(c);  // Output: 噶

JSON:

{"text": "\u5676"}  // Value: 噶

Python:

char = '\u5676'
print(char)  # Output: 噶

Perl:

my $char = "\x{5676}";
print $char;  # Output: 噶

PHP:

$char = "\x{5676}";
echo $char;  // Output: 噶

Ruby:

char = "\u{5676}"
puts char  # Output: 噶

Rust:

let c = '\u{5676}';
println!("{}", c);  // Output: 噶

Go:

char := '\u5676'
fmt.Printf("%c\n", char)  // Output: 噶

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005676";  /* Display: 噶 */
}

HTML Decimal:

<p>HTML decimal: &#22134;</p>  <!-- Display: 噶 -->

HTML Hexadecimal:

<p>HTML hex: &#x5676;</p>  <!-- Display: 噶 -->

URL Encoding:

// 噶 URL encoding
https://unicodefinder.com/search.php?query=%E5%99%B6

Encodings

MD5:

573c627875af58ee312aa41e845ca209

SHA1:

cb95fb3eb3d731bb6a7362516833685efee48d42

Base64:

5Zm2