Unicode Finder

"奴" U+5974(CJK UNIFIED IDEOGRAPH-5974)

U+5974
Nama Blok
CJK Unified Ideographs
Nama
CJK UNIFIED IDEOGRAPH-5974

Programming

C
\u5974
JavaScript
\u5974
Java
\u5974
Json
\u5974
Python
\u5974
Perl
\x{5974}
PHP
\x{5974}
Ruby
\u{5974}
Rust
\u{5974}
Go
\u5974

Web

CSS
\005974
HtmlDecimal
奴
HtmlHexadecimal
奴
Url
%E5%A5%B4

Code

MD5
c8a7724c39d04c5d85e6ea4cc9391680
Sha1
b5e892a492b6a816ec382eb4fd667453f050b09b
Base64
5aW0

Contoh Penggunaan

Programming Languages

C:

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

JavaScript:

const char = '\u5974';
console.log(char);  // Output: 奴

Java:

char c = '\u5974';
System.out.println(c);  // Output: 奴

JSON:

{"text": "\u5974"}  // Value: 奴

Python:

char = '\u5974'
print(char)  # Output: 奴

Perl:

my $char = "\x{5974}";
print $char;  # Output: 奴

PHP:

$char = "\x{5974}";
echo $char;  // Output: 奴

Ruby:

char = "\u{5974}"
puts char  # Output: 奴

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005974";  /* Display: 奴 */
}

HTML Decimal:

<p>HTML decimal: &#22900;</p>  <!-- Display: 奴 -->

HTML Hexadecimal:

<p>HTML hex: &#x5974;</p>  <!-- Display: 奴 -->

URL Encoding:

// 奴 URL encoding
https://unicodefinder.com/search.php?query=%E5%A5%B4

Encodings

MD5:

c8a7724c39d04c5d85e6ea4cc9391680

SHA1:

b5e892a492b6a816ec382eb4fd667453f050b09b

Base64:

5aW0