Unicode Finder

"₻" U+20BB(NORDIC MARK SIGN)

U+20BB
Nama Blok
Currency Symbols
Nama
NORDIC MARK SIGN

Programming

C
\u20BB
JavaScript
\u20BB
Java
\u20BB
Json
\u20BB
Python
\u20BB
Perl
\x{20BB}
PHP
\x{20BB}
Ruby
\u{20BB}
Rust
\u{20BB}
Go
\u20BB

Web

CSS
\0020BB
HtmlDecimal
₻
HtmlHexadecimal
₻
Url
%E2%82%BB

Code

MD5
c747eae8809041975f9abc7ffc2d4119
Sha1
4a126d29a5ffd6f811966002bc29d4b19412dbd0
Base64
4oK7

Contoh Penggunaan

Programming Languages

C:

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

JavaScript:

const char = '\u20BB';
console.log(char);  // Output: ₻

Java:

char c = '\u20BB';
System.out.println(c);  // Output: ₻

JSON:

{"text": "\u20BB"}  // Value: ₻

Python:

char = '\u20BB'
print(char)  # Output: ₻

Perl:

my $char = "\x{20BB}";
print $char;  # Output: ₻

PHP:

$char = "\x{20BB}";
echo $char;  // Output: ₻

Ruby:

char = "\u{20BB}"
puts char  # Output: ₻

Rust:

let c = '\u{20BB}';
println!("{}", c);  // Output: ₻

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0020BB";  /* Display: ₻ */
}

HTML Decimal:

<p>HTML decimal: &#8379;</p>  <!-- Display: ₻ -->

HTML Hexadecimal:

<p>HTML hex: &#x20BB;</p>  <!-- Display: ₻ -->

URL Encoding:

// ₻ URL encoding
https://unicodefinder.com/search.php?query=%E2%82%BB

Encodings

MD5:

c747eae8809041975f9abc7ffc2d4119

SHA1:

4a126d29a5ffd6f811966002bc29d4b19412dbd0

Base64:

4oK7