Unicode Finder

"侬" U+4FAC(CJK UNIFIED IDEOGRAPH-4FAC)

U+4FAC
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-4FAC

Programming

C
\u4FAC
JavaScript
\u4FAC
Java
\u4FAC
Json
\u4FAC
Python
\u4FAC
Perl
\x{4FAC}
PHP
\x{4FAC}
Ruby
\u{4FAC}
Rust
\u{4FAC}
Go
\u4FAC

Web

CSS
\004FAC
HtmlDecimal
侬
HtmlHexadecimal
侬
Url
%E4%BE%AC

Code

MD5
1e69da802929a1bf189c77c8eae43164
Sha1
82a6170a29fd9ab15c758417e9074efa500101aa
Base64
5L6s

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u4FAC';
console.log(char);  // Output: 侬

Java:

char c = '\u4FAC';
System.out.println(c);  // Output: 侬

JSON:

{"text": "\u4FAC"}  // Value: 侬

Python:

char = '\u4FAC'
print(char)  # Output: 侬

Perl:

my $char = "\x{4FAC}";
print $char;  # Output: 侬

PHP:

$char = "\x{4FAC}";
echo $char;  // Output: 侬

Ruby:

char = "\u{4FAC}"
puts char  # Output: 侬

Rust:

let c = '\u{4FAC}';
println!("{}", c);  // Output: 侬

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\004FAC";  /* Display: 侬 */
}

HTML Decimal:

<p>HTML decimal: &#20396;</p>  <!-- Display: 侬 -->

HTML Hexadecimal:

<p>HTML hex: &#x4FAC;</p>  <!-- Display: 侬 -->

URL Encoding:

// 侬 URL encoding
https://unicodefinder.com/search.php?query=%E4%BE%AC

Encodings

MD5:

1e69da802929a1bf189c77c8eae43164

SHA1:

82a6170a29fd9ab15c758417e9074efa500101aa

Base64:

5L6s

© 2025 Unicode Finder

侬 U+4FAC CJK UNIFIED IDEOGRAPH-4FAC Unicode 字元 - Unicode Finder

Contact: d2@fanqiang.me